Passing a parameter via URL

Hi everyone -

I am new to javascript and had a question. I have an html file that opens up a frameset. In my html file, I use functions to parse out the info that comes after the ? from my parent.location. When I open up my frameset, I append that variable onto the URL.

How do I get that variable out in my frameset.html?

Thanks in advance
rose

Comments

  • parent.[framename].document.location.href="frameset.html?"+parameters;

    only a suggestion ;)

    best regards,

    sebastian mohrenstecher
    executive secretary
    net::allies

    www.net-allies.de
    info@net-allies.de

  • I am completely new to programming. Would I set my var url to this? not sure what you mean. thanks so much for your help

    : parent.[framename].document.location.href="frameset.html?"+parameters;
    :
    : only a suggestion ;)
    :
    : best regards,
    :
    : sebastian mohrenstecher
    : executive secretary
    : net::allies
    :
    : www.net-allies.de
    : info@net-allies.de
    :
    :

  • A while ago I created a javascript file to filter variables from a URL you can find it at my website www.mac-doggie.nl Maybe you can use it...



    : I am completely new to programming. Would I set my var url to this? not sure what you mean. thanks so much for your help
    :
    : : parent.[framename].document.location.href="frameset.html?"+parameters;
    : :
    : : only a suggestion ;)
    : :
    : : best regards,
    : :
    : : sebastian mohrenstecher
    : : executive secretary
    : : net::allies
    : :
    : : www.net-allies.de
    : : info@net-allies.de
    : :
    : :
    :
    :

    ;-)
    -mac-
    mailto:programmersheaven@mac-doggie.nl
    the Netherlands...


Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories