Thread: Help with Javascript
Results 1 to 3 of 3
Related
-
how to stop javascript via another javascript Forum: Javascript Forum
Replies: 0 -
is there a difference between <script language="javascript> and <script type="text/javascript"> Forum: Javascript Forum
Replies: 8 -
Is it possible to stop a javascript function w/ other javascript code? Forum: Javascript Forum
Replies: 5 -
Javascript / css Forum: Javascript Forum
Replies: 1 -
JavaScript Forum: Javascript Forum
Replies: 2
-
02-22-2003, 04:17 PM #1
Help with Javascript
I have a Javascript function that loads four pages in four different frames with one link. When I click the link, the pages load correctly, but the progress bar at the bottom of IE continues to load, as if it's trying to open another page or load something else. It nevers stops, just continues to slowly load. Any ideas?
my function:
<SCRIPT LANGUAGE="javascript">
function Openpick(doc1,doc2,doc3,doc4) {
open(doc1,'currinfo')
open(doc2,'pointer')
open(doc3,'weeksel')
open(doc4,'main')
}
my function call:
<A HREF="javascript:Openpick('currinfo.php','pointersummary.html','weekselWEEKSUM.php','picksummain.php')"><b>SUMMARY</b></A>
-
02-22-2003, 04:46 PM #2
Sounds like one or more of yuor pages 'isn't finished' as it were.
Try running the documents thru the validator at www.w3.org/If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
03-05-2003, 01:44 PM #3
The script works properly for me...I don't know why its not working for you. I'll look it over
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum