Virtual Mechanics: Community Forums and FAQs
Virtual Mechanics: Community Forums and FAQs
WebDwarf, SiteSpinner, SiteSpinner Pro 'How do I...'
Anyone know how to make a pop-up window with Dwarf?|
Go
![]() |
New
![]() |
Find
![]() |
Notify
![]() |
Tools
![]() |
Reply
![]() |
|
Working Mechanic![]() |
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. |
||
|
VM Staff![]() |
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 |
|||
|
Working Mechanic![]() |
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. |
|||
|
VM Staff![]() |
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 |
|||
|
|
Working Mechanic |
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.] |
|||
|
Working Mechanic![]() |
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. |
|||
|
| Powered by Eve Community |
| Please Wait. Your request is being processed... |
|
Virtual Mechanics: Community Forums and FAQs
Virtual Mechanics: Community Forums and FAQs
WebDwarf, SiteSpinner, SiteSpinner Pro 'How do I...'
Anyone know how to make a pop-up window with Dwarf?
