Purity Scan

  • Jimmie
  • Graduate
  • Graduate
  • User avatar
  • Joined: Dec 29, 2002
  • Posts: 191
  • Loc: Ft Worth TX
  • Status: Offline

Post March 18th, 2003, 3:51 pm

Hey guys.. Im sure some of you already use it... Question I have, is when you use the "javascripted" link, it opens the window and also opens a window thats blank, with [object] in it... Any idea why, or how I can get around doing this?

Your help will be appreciated.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post March 18th, 2003, 3:51 pm

  • Bigwebmaster
  • Site Admin
  • Site Admin
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 8925
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Offline

Post March 18th, 2003, 6:50 pm

You mean you are trying to open up purity scan as a popup?
Ozzu Hosting - Want your website on a fast server like Ozzu?
  • Jimmie
  • Graduate
  • Graduate
  • User avatar
  • Joined: Dec 29, 2002
  • Posts: 191
  • Loc: Ft Worth TX
  • Status: Offline

Post March 22nd, 2003, 9:02 pm

The link they offer, makes it open in a small window.... Here's the code in question:
Code: [ Select ]
<a target="_top"
href="javascript:window.open('http://ucbill.com/ucbill/click.php?uid=easyjesus&product=1&bg=ffffff','MyWindow', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no, resizable=no,width=400,height=170,left=200,top=200');">PLACE YOUR LINK HERE</a>
  1. <a target="_top"
  2. href="javascript:window.open('http://ucbill.com/ucbill/click.php?uid=easyjesus&product=1&bg=ffffff','MyWindow', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no, resizable=no,width=400,height=170,left=200,top=200');">PLACE YOUR LINK HERE</a>


When the link is clicked, it opens the "puirty" download window(small 44x170 window) but then it also opens a full page with [object] and nothing else.
  • ED
  • Student
  • Student
  • No Avatar
  • Joined: Jan 02, 2003
  • Posts: 66
  • Loc: Halifax
  • Status: Offline

Post March 23rd, 2003, 2:06 am

the code works for me. Its pretty simplistic code. There are no errors. maybe the url or the php file they link to was down when you tried it.
  • Jimmie
  • Graduate
  • Graduate
  • User avatar
  • Joined: Dec 29, 2002
  • Posts: 191
  • Loc: Ft Worth TX
  • Status: Offline

Post March 23rd, 2003, 4:36 pm

It works for me too, but I was wondering why there is a blank page with [object] that also opens, beind it.
  • homer simpson
  • Student
  • Student
  • No Avatar
  • Joined: Jan 01, 2003
  • Posts: 96
  • Status: Offline

Post March 24th, 2003, 5:03 pm

I got that too...


You can just use http://ucbill.com/ucbill/click.php?uid= ... &product=1 for your own links/buttons/images... You won't get that blank page.
  • Jimmie
  • Graduate
  • Graduate
  • User avatar
  • Joined: Dec 29, 2002
  • Posts: 191
  • Loc: Ft Worth TX
  • Status: Offline

Post March 24th, 2003, 8:18 pm

Yea, I was using that before but wanted the little java window, instead of the huge page..... Guess I cant get the best of both worlds, now can i.....lol
  • bernarda
  • No Avatar
  • Status: Offline

Post March 29th, 2003, 7:47 pm

Did anyone ever come up with a solution to get rid of the [object] page and continue to use the javascript in the href. I know that if you create a javascript fuction and place it in the head of a page, or elsewhere so long as it's not all in the href=, the blank [object] window will not appear. For example, the following script and link will work, but it's overkill coding for what seems there is a simple solutin:

place this script anywhere in the page

Code: [ Select ]
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function miniWin(url,id,dims){
eval("page" + id + " = window.open('" + url + "', '" + id + "', '" + dims +"');");
}
// End -->
</SCRIPT>

Link to click on:
<p><a href="javascript:miniWin('http://www.google.com','ABC123','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0, resizable=0,width=415,height=460,left=368.5,top=202');">Click Me!</a>
</p>
  1. <SCRIPT LANGUAGE="JavaScript">
  2. <!-- Begin
  3. function miniWin(url,id,dims){
  4. eval("page" + id + " = window.open('" + url + "', '" + id + "', '" + dims +"');");
  5. }
  6. // End -->
  7. </SCRIPT>
  8. Link to click on:
  9. <p><a href="javascript:miniWin('http://www.google.com','ABC123','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0, resizable=0,width=415,height=460,left=368.5,top=202');">Click Me!</a>
  10. </p>


Any luck anyone?

Post Information

  • Total Posts in this topic: 8 posts
  • Users browsing this forum: No registered users and 227 guests
  • 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 post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.