?
?
LiveJournal
Find more
Communities
RSS Reader
Shop
Help
Search
Log in
javascript
Log in
Join free
Join
English
(en)
English (en)
Русский (ru)
Українська (uk)
Français (fr)
Português (pt)
español (es)
Deutsch (de)
Italiano (it)
Беларуская (be)
javascript
—
< no suspend reason >
Readability
Find posts by author
Type username to filter posts in this community
Apply
More
javascript
Archive
Filter by author
Readability
Log in
No account?
Create an account
Remember me
Forgot password
Log in
Log in
Login with Sber ID
QR code
Javascript's Journal
[Most Recent Entries]
[Calendar View]
[Friends View]
Saturday, May 20th, 2006
Time
Event
5:28p
Running more then one script on a page
Is there any way I can get both scripts to work on one page? It's for my website. Code is in text area boxes.
Bookmark the site script:
<script language="JavaScript"><!-- var txt = "Bookmark this site!" var url = "http://www.angelfire.com/blues2/blindvi" var who = "Blind V.I." var ver = navigator.appName var num = parseInt(navigator.appVersion) if ((ver == "Microsoft Internet Explorer")&&(num >= 4)) { document.write('<a href="javascript:window.external.AddFavorite(url,who);" '); document.write('onMouseOver=" window.status=') document.write("txt; return true ") document.write('"onMouseOut=" window.status=') document.write("' '; return true ") document.write('">'+ txt + '</a>') }else{ txt += " (Ctrl+D)" document.write(txt) } </script>
Make this your deafult page script
<SCRIPT LANGUAGE="JavaScript"> <!-- Begin if (document.all){ document.write('<A HREF="javascript:history.go(0);" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://www.angelfire.com/blues2/blindvi\');">'); document.write('<font size="5" color=6699FF face=arial><B>Click Here to Make Blind V I Your Homepage</B></font></a>'); } // If it's Internet Explorer, use automatic link // Be sure to change the "http://www.YourWebSiteHere.com\" // to the URL you want them to bookmark. else if (document.getElementById){ document.write('<a href="http://www.angelfire.com/blues2/blindvi">Drag this link onto your Home button to make this your Home Page.</a>'); } // If it's Netscape 4 or lower, give instructions to set Home Page else if (document.layers){ document.write('<b>Make this site your home page:</b><br>- Go to <b>Preferences</b> in the <B>Edit</B> Menu.<br>- Choose <b>Navigator</b> from the list on the left.<br>- Click on the <b>"Use Current Page"</b> button.'); } // If it's any other browser, for which I don't know the specifications of home paging, display instructions else { document.write('<b>Make this site your home page:</b><br>- Go to <b>Preferences</b> in the <B>Edit</B> Menu.<br>- Choose <b>Navigator</b> from the list on the left.<br>- Click on the <b>"Use Current Page"</b> button.'); } // End --> </script>
(
2 Comments
|
Comment on this
)
<< Previous Day
2006/05/20
[
Calendar
]
Next Day >>
About LiveJournal.com