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.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 07-30-2001, 10:40 AM   #1
whoreans
Confirmed User
 
Join Date: Jun 2001
Location: Queens NY
Posts: 1,407
can you make a SUbmit Button look like this?

i wnat my submit button look like TEXT.. like a regular text link.. instead of a picture or a box.

anyboey know how?
whoreans is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-30-2001, 10:56 AM   #2
Gemini
Confirmed User
 
Join Date: Jan 2001
Location: o-HI-o
Posts: 7,183
Make a gif in photoshop with a transparent background with the text Submit
Gemini is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-30-2001, 11:05 AM   #3
Kat - Fast
Confirmed User
 
Join Date: Feb 2001
Location: The bushes behind your house
Posts: 2,303
you want a submit button that people have to search for???
hmm....
Kat - Fast is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-30-2001, 11:53 AM   #4
tenletters
Confirmed User
 
tenletters's Avatar
 
Join Date: Jan 2001
Location: the deep south
Posts: 2,079
I think you can make it everything but text. Damn shame too since surfers cannot see where they are going even if they right click the image.

Do what Gem suggested...make an image that looks like text, then put it in a table surrounded by your real text.

tenletters is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-30-2001, 08:49 PM   #5
whoreans
Confirmed User
 
Join Date: Jun 2001
Location: Queens NY
Posts: 1,407
theres eleven letters in your name .. ten letters
whoreans is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-30-2001, 09:07 PM   #6
Midnight
Confirmed User
 
Midnight's Avatar
 
Join Date: Jun 2001
Location: ONLINE
Posts: 330
Making a button is easy, getting it to submit to you, well that requires skill.

Regards,



------------------
The Midnight Collection
Midnight Ventures Partner Program
Excellence is not an act, but a habit - Aristotle
Midnight is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-30-2001, 09:24 PM   #7
kush
Confirmed User
 
Join Date: Feb 2001
Posts: 3,382
My question is.... why? In my opinion it's just a waste of bandwidth when you can do the exact thing in which you're describing with just the use of tables.

There are many online gif generations that you can do this with, just do a search on yahoo...

But I am curious as to why you wish to do this.

------------------
<A HREF="http://www.dailysteam.com/webmasters.html" TARGET=_blank>
My Webmaster's Page</A>
General Webmaster Info, seen from my point of view ;)<A HREF="http://www.dailysteam.com/sponsors.html" TARGET=_blank>
Sponsors List Page</A>
Organized, honest listing of sponsors and my comments on them
kush is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-30-2001, 10:27 PM   #8
Rivux
Confirmed User
 
Join Date: May 2001
Location: Ontario, Canada
Posts: 1,026
To make a text link submit a form, have the contents of the href be the following

javascript:document.form-name.submit();"

with form-name being the name of the form that you want to submit. Just remember that not everyone has javascript enabled, so not everyone would be able to submit the form.
Rivux is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-30-2001, 10:32 PM   #9
Los
Confirmed User
 
Join Date: Jul 2001
Location: San Francisco
Posts: 427
here is the exact way i have done it...

you fill out the form how ever you need to make it.. the name of the form is name="nameOFform"

<form name="nameOFform" method="POST" action="https://testform.com/cgi-bin/form.cgi">
<input type="hidden" name="hellopage" value="">
<input type="hidden" name="reqtype" value="secure">
</form>

here is the example of a text link using the form to link to it

<a href="javascript:document.nameOFform.submit()">thi s is a test</a>

make sure nameOFform is the same as the one above this should work perfect

-los
Los is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-30-2001, 10:36 PM   #10
Los
Confirmed User
 
Join Date: Jul 2001
Location: San Francisco
Posts: 427

sorry to post 2 times forgot to drop the in there to show the html

here is the exact way i have done it...
you fill out the form how ever you need to make it.. the name of the form is name="nameOFform"

Code:
<form name="nameOFform" method="POST" action="https://testform.com/cgi-bin/form.cgi">
<input type="hidden" name="hellopage" value="">
<input type="hidden" name="reqtype" value="secure">
</form>

here is the example of a text link using the form to link to it

Code:
<a href="javascript:document.nameOFform.submit()">this is a test</a>
make sure nameOFform is the same as the one above this should work perfect

-los
Los is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-30-2001, 10:39 PM   #11
Los
Confirmed User
 
Join Date: Jul 2001
Location: San Francisco
Posts: 427
well fuckin shit if u need the exact syntax email me [email protected] i'll email it to you since this damn UBB code fucks up the form i'm trying to post as raw html to show
Los is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-30-2001, 10:55 PM   #12
JackFoley
Confirmed User
 
Join Date: Jul 2001
Location: Pac-land
Posts: 858
You could just use an inline style sheet:

input type=submit value="Submit" style="background-color: white; border: 0px"

(Change the backround color to the same as your page.)
JackFoley is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-19-2001, 07:06 AM   #13
tenletters
Confirmed User
 
tenletters's Avatar
 
Join Date: Jan 2001
Location: the deep south
Posts: 2,079
Quote:
Originally posted by whoreans:
theres eleven letters in your name .. ten letters
You may want to count again..
T E N L E T T E R S
1 2 3 4 5 6 7 8 9 10

but you did make me recount them, lol ;-)
tenletters is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-19-2001, 04:51 PM   #14
zipE
Confirmed User
 
Join Date: Jul 2001
Location: boneproneless family
Posts: 256
just use a button they look beta
zipE is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.