Is there a way to update a specific paragraph with the Javascript: document.write statement? The Idea being to update certain paragraphs whose names would be known with a div or p id= type indentifer ahead of time,and would not change. I was trying to avoid getElementbyID because of the paragraph names not changing as links were clicked.
Or, is there some way to use <SCRIPT language="JavaScript" src="test.js">
</SCRIPT> with an onclick statement in a hyperlink?
I've been looking online for 3-4 days for a page that might have this information, but I can't seem to come up with the right combination of search terms...
Maybe I'm on the wrong track to solving this...
I am looking for an alternative to reloading the page every time a link is clicked, in order to keep the page load time down. I've done this previously with HTML using frames and #/P id, but the results were less than spectacular. This need only apply to IE, since I send all my "other" browser users (< .10) to a stripped down version of my page now, and plan to send all non IE users to text only after the intro page. If it's possible with VBScript instead of JS, that's even better, since I'm more comfortable with VB.
Regards,
Jonathan
Or, is there some way to use <SCRIPT language="JavaScript" src="test.js">
</SCRIPT> with an onclick statement in a hyperlink?
I've been looking online for 3-4 days for a page that might have this information, but I can't seem to come up with the right combination of search terms...
Maybe I'm on the wrong track to solving this...
I am looking for an alternative to reloading the page every time a link is clicked, in order to keep the page load time down. I've done this previously with HTML using frames and #/P id, but the results were less than spectacular. This need only apply to IE, since I send all my "other" browser users (< .10) to a stripped down version of my page now, and plan to send all non IE users to text only after the intro page. If it's possible with VBScript instead of JS, that's even better, since I'm more comfortable with VB.
Regards,
Jonathan