SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: Why wont this work?!
-
Sep 4, 2001, 09:47 #1
- Join Date
- Jul 2001
- Location
- Scotland
- Posts
- 4,836
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Why wont this work?!
ive got a form button that changes the location of 2 pages. the first page changes but the second (in bold) doesnt
and i cant work out why not
Code:<input type=""image"" name=""check"" src=""../enquiries/submit.gif"" onClick=""javascript:parent.bodyS.location.href='../search/checkRep.asp'; parent.cart.location.href='../search/viewBasketSub.asp'"" onMouseOver=""javascript:this.src='../enquiries/submito.gif';"" onMouseOut=""javascript:this.src='../enquiries/submit.gif'"">
-
Sep 4, 2001, 12:09 #2
<img name="check" src="../enquiries/submit.gif" onClick="javascriptarent.bodyS.location.href='../search/checkRep.asp'; parent.cart.location.href='../search/viewBasketSub.asp'" onMouseOver="java script:this.src='../enquiries/submito.gif';" onMouseOut="java script:this.src='../enquiries/submit.gif'">
Try that.
-
Sep 5, 2001, 03:57 #3
- Join Date
- Jul 2001
- Location
- Scotland
- Posts
- 4,836
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
nope. tried that, doesnt work
Bookmarks