Hrmmm HTML Code ??

GARY I

New member
Im wondering if any one here knows some HTML or WAP
if you do post here need some help... And yes this does pretain to cricket.
 
I am an expert with HTML, WML/XHTML, JavaScript, ActionScript (Flash), and I'm not so bad with PHP and CSS.

What did you need to know?
 
Well tired of really using google to search the net. One sometimes it doesnt work using google and two sometimes i just want to go to the site sooo



take a look... What i want is to be able to request whatever page and have it get the url for me...

do you see what i mean ?
 
Try the following code:

Code:
Go To URL




Enter URL : 



Brought to you by

Search the internet more easily by going directly
to the site's you want.

*EDIT: Added quotes to all tag attributes.
 
Slightly revised code. The previous code assumed the user would click the Go! button.

The following code is executed whenever the form is submitted regardless of the submit method:
Code:
Go To URL




Enter URL : 



Brought to you by

Search the internet more easily by going directly
to the site's you want.
Be advised that there is absolutely NO validation to this form whatsoever. So a user can input anything they want (i.e., errata) and it will try to access that link.
 
Thanks berry... Perfect
Dont forget to at least put you're name
at the bottom if you like. I dunno something like script made by berry_lthird or something..
What ever you like...

I just think this would make it easier for users to actually browse the webpages... I will be using this for my customers and hopefully any one here who wants to use it...
 
Sorry it took so long, but here is the PHP version of that script.

*PLEASE NOTE: You must use the .PHP file extension (i.e., Test.php) in order for this to work. Again, this code does not include any sort of validation whatsoever, so if the user enters garbage, they will more than likely get an error!

Cheers!:
Code:
Go To URL
 
Back
Top