form troubles and popup creating

  • morph
  • Novice
  • Novice
  • No Avatar
  • Joined: Feb 17, 2003
  • Posts: 31
  • Loc: Kidderminster, England UK
  • Status: Offline

Post April 12th, 2003, 8:38 am

Does anyone know how to add a popup to a page or know of a script which easily creates popups?

p.s. also having form troubles, I want to create a form that can be submitted to my email. Any help appreciated. :)
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post April 12th, 2003, 8:38 am

  • Bigwebmaster
  • Site Admin
  • Site Admin
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 8925
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Offline

Post April 12th, 2003, 2:16 pm

Are you talking about a popup that pops after someone visits your site? or are you talking about a popup that pops after someone clicks a link on your site?
Ozzu Hosting - Want your website on a fast server like Ozzu?
  • morph
  • Novice
  • Novice
  • No Avatar
  • Joined: Feb 17, 2003
  • Posts: 31
  • Loc: Kidderminster, England UK
  • Status: Offline

Post April 12th, 2003, 3:28 pm

I wanted it so when someone goes to my homepage a popup automatically comes up.
  • UNFLUX
  • Genius
  • Genius
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 6382
  • Loc: twitter.com/unflux
  • Status: Offline

Post April 12th, 2003, 10:02 pm

well, to add a simple, full-page popup put this in your < head > tag:
Code: [ Select ]
<script language="JavaScript"><!--
NewWindow=window.open("http://www.somedomain.com/page.htm","_NewWindow_","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=0,width=500,height=350")

// -->
</script>
  1. <script language="JavaScript"><!--
  2. NewWindow=window.open("http://www.somedomain.com/page.htm","_NewWindow_","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=0,width=500,height=350")
  3. // -->
  4. </script>

adjust the settings as you need them. (1=yes, 0=no)
UNFLUX.FOTO
  • morph
  • Novice
  • Novice
  • No Avatar
  • Joined: Feb 17, 2003
  • Posts: 31
  • Loc: Kidderminster, England UK
  • Status: Offline

Post April 13th, 2003, 3:47 am

thanx for that. I will try it.
  • UNFLUX
  • Genius
  • Genius
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 6382
  • Loc: twitter.com/unflux
  • Status: Offline

Post April 13th, 2003, 8:46 am

np. :D
UNFLUX.FOTO

Post Information

  • Total Posts in this topic: 6 posts
  • Users browsing this forum: No registered users and 248 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.