|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
So Fucking Banned
Join Date: Jan 2005
Posts: 3,716
|
Really simple HTML Q. But i'm too drunk to work it out - Help!
Is it possible to use a simple push button as found in frontpage and just link it to another page without using it as part of a script or do I have to make a graphic that looks like a push button?
|
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Jul 2004
Location: Detroit Areola
Posts: 4,309
|
you should go to sleep now
![]() |
|
|
|
|
|
#3 |
|
Confirmed User
Join Date: Sep 2004
Location: PA, USA
Posts: 5,283
|
Code:
<form name="form1" method=hahahahahaha action="page.html"> <input type="submit" name="Submit" value="Submit"> </form> Edit: Replace "hahahahaha" with post
__________________
- David Hall ICQ: 312744199 |
|
|
|
|
|
#4 |
|
So Fucking Banned
Join Date: Jul 2005
Posts: 367
|
Code:
<input type="submit" value="Click Here" onClick="javascript:window.location.href='http://www.domain.com/'"> |
|
|
|
|
|
#5 |
|
Reach for those stars!
Industry Role:
Join Date: Apr 2003
Location: Vancouver, BC
Posts: 17,991
|
frontpage
*chuckle*
__________________
email: [email protected] |
|
|
|
|
|
#6 |
|
So Fucking Banned
Join Date: Jan 2005
Posts: 3,716
|
Perfect Thanks You lot
|
|
|
|