Closed Thread Icon

Preserved Topic: What the %$&^%$!!!!!!!!!!! (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=16226" title="Pages that link to Preserved Topic: What the %$&amp;amp;^%$!!!!!!!!!!! (Page 1 of 1)" rel="nofollow" >Preserved Topic: What the %$&amp;^%$!!!!!!!!!!! <span class="small">(Page 1 of 1)</span>\

 
Ducati
Paranoid (IV) Inmate

From: in your head
Insane since: Feb 2001

posted posted 07-18-2001 21:20

ok.. this is starting to piss me off. This is what I am trying to do..

On www.simplifiedesolutions.com on the bottom of the page I have a link to "Terms and Conditions" (it's not linked right so it won't work) now... what I want to do is when you click on it it will open a new browser window about 500 by 480 without navigation buttons. The content that should be in this window is here How the ^%$# can I do that? I tried all kinds of stuff. Even guru's Window.open generator. Can't get it to work!!! Someone explain this to me please...

Thank you

bitdamaged
Maniac (V) Mad Scientist

From: 100101010011 <-- right about here
Insane since: Mar 2000

posted posted 07-18-2001 22:03

I haveno idea what this is

href="%3Ca%20href=%22javascript penWindow();%22%3Ehttp://www.simplifiedesolutions.com/terms.html%3C/a%3E

but it should be
<a href="javascript penWindow()">Terms and Conditions</a>


Walking the Earth like Kane

<edit by slime: disabling slimies>

[This message has been edited by Slime (edited 07-18-2001).]

taxon
Neurotic (0) Inmate
Newly admitted
posted posted 07-18-2001 22:06

hehe.... forgot to disable the slimies, bit

Pugzly
Paranoid (IV) Inmate

From: 127.0.0.1
Insane since: Apr 2000

posted posted 07-18-2001 22:11

Yeah, that A tag is mangled. Clean that up and you should be all set.

The problem could be that you're not using HTML Beauty!

Ducati
Paranoid (IV) Inmate

From: in your head
Insane since: Feb 2001

posted posted 07-18-2001 22:31

I made a clean link...

The "mess" that you guys see was a code that was generated from Gurusnetwork Window.open generator. Still doesn't work... the Terms and Conditions html file is saved as terms.html

HELP!!!!!!!!!!

bitdamaged
Maniac (V) Mad Scientist

From: 100101010011 <-- right about here
Insane since: Mar 2000

posted posted 07-18-2001 22:32

You didn't use the code I gave you,


Walking the Earth like Kane

Ducati
Paranoid (IV) Inmate

From: in your head
Insane since: Feb 2001

posted posted 07-18-2001 22:40

well.. check this out... this is what I am using...
http://www.gurusnetwork.com/tutorials/html/windowpop_generator.html

now... I am very confused on which code to put where.. in my terms file or index file??

That code you gave me did work for some reason..

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 07-18-2001 22:54

Put it in the index page (from where you are calling popup window).

Ducati
Paranoid (IV) Inmate

From: in your head
Insane since: Feb 2001

posted posted 07-19-2001 15:09

Ok.. this shit is not working.. can someone please look at my code in my idex page and tell me what's wrong with it? I tried everything...

This is what I put in my <head> tags:

<script language="JavaScript" type="text/JavaScript">
<!-- enable Stealth mode to hide from really old browsers
// code courtesy of GurusNetwork.com

function openWindow() {
popupWin = window.open('http://www.simplifiedesolutions.com/terms.html', 'remote','scrollbars,width=550,height=440,left=50,top=50')
}

// disable Stealth mode -->
</script>


and this is what I put in the link:


<a href="javascript openWindow();">terms.html</a>


It's still not seeing terms windows.. I want it to pop up dammit!!!!!!!!!!!!!




[This message has been edited by Ducati (edited 07-19-2001).]

Pugzly
Paranoid (IV) Inmate

From: 127.0.0.1
Insane since: Apr 2000

posted posted 07-19-2001 15:21

Well, I don't see how the GurusNetwork window.pop script gave you this code:
<a href="%3Ca%20href=%22javascript penWindow();%22%3Eterms.html%3C/a%3E">Terms and Conditions</a>

If you view the source of the page, at the bottom, it's still mangled.

As bitdamaged pointed out, it should be

code:
<a href="javascript:openWindow();">Terms and Conditions</a>



That's at the bottom of the page. It must have been mangled when you pasted it.

Fixing that does make the code work. Don't believe me? See for yourself: http://www.development.runningwolf.com/development/fixed/ducati.htm

Additionally, there is some fairly messy code going on at the bottom. There are three consecutive <font> tags, then the mangled code, followed by three consecutive </font> tags. All of those are wrapped in <pre> tags. What's up with that?

[This message has been edited by Pugzly (edited 07-19-2001).]

Ducati
Paranoid (IV) Inmate

From: in your head
Insane since: Feb 2001

posted posted 07-19-2001 15:43

Uh uh ..... Pugzly.... you are a God! This is exactly what I wanted!


Ducati
Paranoid (IV) Inmate

From: in your head
Insane since: Feb 2001

posted posted 07-19-2001 15:52

IT WORKED!!!

I know what I was doing wrong.. I am not coding this shit by hand! That's what the problem is! I am using Dreamweaver...it put bunch of weird shit in my code...

But it's all good now.. Thanks a lot for all your help!

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 07-19-2001 16:13

And people wonder why WYSIWYGs are bad!

Pugzly
Paranoid (IV) Inmate

From: 127.0.0.1
Insane since: Apr 2000

posted posted 07-19-2001 16:53

Well, as in my first reply, you should use HTML Beauty!

Is there a setting in DreamWeaver to set CodeMangling to "off"?

Ducati
Paranoid (IV) Inmate

From: in your head
Insane since: Feb 2001

posted posted 07-19-2001 17:42

LOL...I don't think there is such an option Pugzly

Drakkor
Maniac (V) Inmate

From: Seatte, Warshington, USA
Insane since: Dec 2000

posted posted 07-20-2001 00:25

Ya, CodeMangling is one of those features you don't get to turn off. As far as WYSIWYG editors being bad, I don't agree. But in order to effectivly use one, you gotta know how to write html by hand... they are just a productivity tool, not much of a replacement for simpletext




-It never hurts to always be right-

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 07-20-2001 00:29

eh.

« BackwardsOnwards »

Show Forum Drop Down Menu