Jump to content

How to get part of the URL


Lorian

Recommended Posts

If you go to my website http://www.nogray.com and download the JS library. You can access all the URL variables by including the base.js file.

after you downloading the zip file, you'll need to include this in the header
[code]
<script language="javascript" src="nogray_lib/base.js" type="text/javascript"></script>
<script language="javascript" defer src="nogray_lib/IE_loader.js" type="text/javascript"></script>
[/code]

and your script will access the id by
[code]
_GET['id'];
[/code]

Here is a link to all the base.js functions
http://www.nogray.com/phpbb/viewforum.php?f=2

Here is where you can download it.
http://www.nogray.com/new_site/download.php
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.