Javascript Pop Up
1 Copy the following script and paste it between your <head> and </head> tags and edit the bolded parts:
<script language="javascript">
function cam()
{
window.open('cam/index.htm', 'cam', config='height=350,width=500,scrollbars=yes,resizable=no,toolbars=no')
}
</script>
2 Place the following link wherever you want on your webpage:
<a href="javascript:cam()">jeannie cam</a>
3 You need to make sure the name of the javascript matches the name inside the link. [the cam parts], because then when you click on the link, the right pop up will pop up!
<script language="javascript">
function cam()
{
window.open('cam/index.htm', 'cam', config='height=350,width=500,scrollbars=yes,resizable=no,toolbars=no')
}
</script>
2 Place the following link wherever you want on your webpage:
<a href="javascript:cam()">jeannie cam</a>
3 You need to make sure the name of the javascript matches the name inside the link. [the cam parts], because then when you click on the link, the right pop up will pop up!









