Jump to content

pop up window?


localhost

Recommended Posts

I wanna make a pop up window on this form, i want it to contain a php file. can someone tell me how to do this?

here is a snippet of my code:

[code]
<br>
  Security Number:
  <input type="text" name="ccsecure">
  <span class="style4">What is this?</span><Br>
Card Type:
<select name="cctype">
<option>Visa</option>
<option>Mastercard</option>
<option>Discover</option>
<option>American Express</option>
</select>
[/code]

I want the "What is this?" to link to open a small javascript window that contains sc.php.

Thanks!
Link to comment
https://forums.phpfreaks.com/topic/14566-pop-up-window/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.