Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
Old 03-15-2004, 05:31 PM Hiding Script
KRYPTOR's Avatar
Skilled Talker

Posts: 62
Name: Ray
Location: Illinois
Trades: 0
Say is there a way to have a text
statement like, Rate My Site, you would
click on this text and it would open a
window and reveal a poll form?
I have a poll form, but when I put it
on the website it shows it right away,
I want it to be hidden until you click
onto the Rate My Site Link. In other words this poll should open ONLY up
in another window.

The KRYPTOR
__________________
"What is SEEN is TEMPORAL, What is UNSEEN is ETERNAL".


Please login or register to view this content. Registration is FREE
KRYPTOR is offline
Reply With Quote
View Public Profile Visit KRYPTOR's homepage!
 
 
Register now for full access!
Old 03-16-2004, 09:32 AM
Experienced Talker

Posts: 31
Location: Worchester, MA
Trades: 0
Very basic javascript to open a pop-up window.

Place the following in your <HEAD> section:

<SCRIPT language="javascript">
<!--
function openWindow(url)
{
popupWin = window.open(url, 'newwindow', 'resizable,width=200,height=400')
}
//-->
</SCRIPT>


Then, use the following as your link to open the window:

<A href="#" OnClick="openWindow('yourpoll.html');">Rate My Site!</A>
__________________

Please login or register to view this content. Registration is FREE
JoeGoldberg is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Hiding Script
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.39545 seconds with 12 queries