Moderators: Derry, Goldie, Harpo
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Working Mechanic
Picture of Novice Dave
Posted
Yes, a simple pop-up window. I would like to create a link, that when chicked, pop's up an imformative window (for instructions).

How would I do this and know that the pop up would be the same size for all browsers?

Sure there's an easy answer for this, I can't find it though. Thanks in advance,

Dave

Disclaimer: excuse the ignorance, I’m new to this.
 
Posts: 23 | Registered: June 17, 2003Reply With QuoteEdit or Delete MessageReport This Post
VM Staff
Picture of Derry
Posted Hide Post
Hello Dave,

You can set any link to open in a new window. If the link is Text, then in the Text Editor there is an option to Open Link in New Window. If the link is a graphic, then you would open the Quick Properties Editor, click on the Links tab, and select the same option. You can't define the size of the new window at this time.


- Derry
 
Posts: 4167 | Location: Toronto, Canada | Registered: January 08, 2003Reply With QuoteEdit or Delete MessageReport This Post
Working Mechanic
Picture of Novice Dave
Posted Hide Post
Thanks for the quick reply!

Is that with Web Dwarf and Site Spinner? (Being unable to specify the size of the window)?

Thanks,
Dave

Disclaimer: excuse the ignorance, I’m new to this.
 
Posts: 23 | Registered: June 17, 2003Reply With QuoteEdit or Delete MessageReport This Post
VM Staff
Picture of Derry
Posted Hide Post
Hi Dave,

That is right, you can't set the size of the new window in our software at this time (though it is on our list for a future release).


- Derry
 
Posts: 4167 | Location: Toronto, Canada | Registered: January 08, 2003Reply With QuoteEdit or Delete MessageReport This Post
Working Mechanic
Picture of Wiley
Posted Hide Post
This is how I do a popup, in Site Spinner & Web Dwarf, a simple piece of code, that executes off a text link, add code using the "code" editor, then edit the height, width, and document name to suit your needs. Place this code on the page where you want the popup to spawn from

<a href="pu2.html" target="view" onClick="open('pu2.html','view','height=330,width=650,resizable=no,toolbar=0,scrollbars=0,status=0,left=75,top=60');">Scene 5</A>

Close Window Code
place this code on your popup window page, if you want a close window button incorporated in your popup...

<input TYPE="button" VALUE="Close Window" onClick="window.close()">

View this popup window

Hope this helps
Cheers
Wiley

[This message was edited by Wiley on July 22, 2003 at 05:12 AM.]

[This message was edited by Wiley on July 22, 2003 at 05:23 AM.]

[This message was edited by Wiley on July 22, 2003 at 05:30 AM.]
 
Posts: 46 | Registered: July 22, 2003Reply With QuoteEdit or Delete MessageReport This Post
Working Mechanic
Picture of Novice Dave
Posted Hide Post
Wow, it works! Thanks! You see, that's what I'm talking about... probably one of the best reasons to invest in this product is the community avail to help you out at the drop of a hat!

Thanks

Dave

Disclaimer: excuse the ignorance, I’m new to this.
 
Posts: 23 | Registered: June 17, 2003Reply With QuoteEdit or Delete MessageReport This Post
  Powered by Eve Community  
 


™ & © 1998 - 2008, Virtual Mechanics Inc. All rights reserved.