Well, then school me...
- Started
- Last post
- 11 Responses
- stuc
I have this code:
+++++++++++++++++++++++
Now I wan to have the "ordeform.html" taget to a iframe called "substage", not pop up.
What do I change?
Please help/
- stuc0
OK then, my code didn't even show up. uhm... tricky
- stuc0
td valign="top">
- stuc0
Kay its not working
- stuc0
td valign="top" div align="center" img src="images/getdvd.jpg" width="195" height="40" border="0" form
input type=button value="Reserve Your Copy" onClick="javascript:popUp('order...
- stuc0
Alright there it is above this link, I had to take out all the symbols
- rasko40
name your iframe like name="myiframe"
and then just target that iframe in your href.. target="myiframe"
and if you dont want a popup then why do you have popup code in tehre? - get rid of that and just use a normal link.
- stuc0
I wanted to, but then I kept losing my "button" code
- stuc0
Could you tell me how I would keep that button I created? I am sorry, very new at this.
=)
- rasko40
is that part of a form?
- stuc0
You kow what, I'll just be wasting your time. I'll go back to the HTML book, I have no idea what the hell I'm talking about. Thanks for your help though, very kind.
- rasko40
just use an image for the button and use a link tag to target the frame as I said before.. easy.
you are trying to use form elements there.