Gossamer Forum
Home : Products : Links 2.0 : Customization :

How to rate in a pop-up windows

Quote Reply
How to rate in a pop-up windows
Hello,

I have seen it before, but I can't find any description for this:
I like to have a pop-up Windows with rate function to open each time someone clicks on a link - so that it is possible to rate a site while viewing it.
Is there someone with help for me?
Thanks a lot!

Mike

Quote Reply
Re: How to rate in a pop-up windows In reply to
There is a Mod in the Resource Center for this.

Regards,

Eliot Lee
Quote Reply
Re: How to rate in a pop-up windows In reply to
Thanks,

would you please be so kind to tell me the name of that mod? Maybee I'm totally blind, but I didn't found that mod. I only found a mod which enables Users to add a ratebutton to their site, but that's not wat I want. But maybee I only did not find that mod so please tell me the Name :-)
Thanks
Mike

Quote Reply
Re: How to rate in a pop-up windows In reply to
The following Thread may help you:

http://www.gossamer-threads.com/...=25&Old=allposts

Regards,

Eliot Lee
Quote Reply
Re: How to rate in a pop-up windows In reply to
I#m sorry to interupt you again. I have tried this out but it only opens a new window for rating if i klick in 'rate', but what i want is a pop up windows opening the moment that i klick on the link. I have seen this on 'sites in action' but i don't remember the link. I now will go and search for it.

Thanks
Mike

Quote Reply
Re: How to rate in a pop-up windows In reply to
Do you mean frame rather than pop-up windows???

If so, you are confusing terminology, which is only confusing me further!

Anyway, if this is what you search for Launching Frameset or Review.cgi and Rate.cgi in Frameset in this forum!

Best of luck finding a solution...I have provided all the suggestions I have!

Regards,

Eliot Lee
Quote Reply
Re: How to rate in a pop-up windows In reply to
If you DON'T mean the frame mod, then in your links, you need to specify an onClick event to open the rate page... of course that will only work for JavaScript enabled browsers.

your links might look like:

<a href="http://www.something.com" onClick="window.open('http://www.yourdomain.com/cgi-bin/rate.cgi?ID=<%ID%>','Rate It','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=175');">Click here</a>

--Drew
~~~~~~~~~~~~~~~~~~~~~~
MUSIC@NonSilent
http://ucmd.virtualave.net/pages/
Quote Reply
Re: How to rate in a pop-up windows In reply to
Similar codes are posted in the Thread that I already linked!

Wink

Regards,

Eliot Lee
Quote Reply
Re: How to rate in a pop-up windows In reply to
Hello,

and thanks, with the 'onClick'-Tip I managed to get what I want! I did not thing about that onClick before and witout that it would not run. No it's done and I can do some 'finetuning'. Thanks a lot!

Mike

Quote Reply
Re: How to rate in a pop-up windows In reply to
Hello Eliot,

I did read the other Thread posteted by you, but there was that little 'onClick' Tip missing. This is no Problem if you use it with Frames, but witout Frames it's missing. But Thanks a lot for helping me, now it's running and I can go to Bed (it 3.30 AM here in Germany)

Good Night
Mike

Quote Reply
Re: How to rate in a pop-up windows In reply to
Good...glad you figured it out.

Regards,

Eliot Lee
Quote Reply
Re: How to rate in a pop-up windows In reply to
In Reply To:
Similar codes are posted in the Thread that I already linked!
Duh! Next time I'll look before I post. Smile

--Drew
~~~~~~~~~~~~~~~~~~~~~~
MUSIC@NonSilent
http://ucmd.virtualave.net/pages/