4WebHelp
 FAQ  •  Search  •  User Groups  •  Forum Admins  •  Smilies List  •  Statistics  •  Rules   •  Login   •  Register
Toggle Navigation Menu

 help creating multiple pop ups
Post New TopicReply to Topic
View Previous Topic Print this topic View Next Topic
Author Message
dannyrockband
Junior WebHelper
Junior WebHelper


Joined: 08 May 2004
Posts: 2

PostPosted: Sun May 23, 2004 1:15 am (19 years, 11 months ago) Reply with QuoteBack to Top

Im in the process of designing a creative website that highlights the annoying behaviours of pop up windows. To simulate what im trying to highlight i need to know how to do em'.

Ive grasped the behaviours panel in dreamweaver mx but i could do with them appearing at different points on the screen not just overlapping each other in the top left corner of the screen. Basically, i want to create multiple pop ups that appear at different points on the screen.

Is it possible to time these pop ups too?

Any help wud be great!

Thanks

Danny
OfflineView User's ProfileFind all posts by dannyrockbandSend Personal Message
slyckstyx
Junior WebHelper
Junior WebHelper


Joined: 01 Jun 2004
Posts: 1

PostPosted: Tue Jun 01, 2004 5:16 pm (19 years, 10 months ago) Reply with QuoteBack to Top

self.moveTo(x,y); <--relocates the window to specified location; use during the window load function

i.e.

<script type='text/javascript'>
window.onload = function()
{
self.moveTo(50,25)
}
</script>
OfflineView User's ProfileFind all posts by slyckstyxSend Personal Message
Display posts from previous:      
Post New TopicReply to Topic
View Previous Topic Print this topic View Next Topic


 Jump to:   




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 vote in polls in this forum.


Page generation time: 0.386384 seconds :: 18 queries executed :: All Times are GMT
Powered by phpBB 2.0 © 2001, 2002 phpBB Group :: Based on an FI Theme