How do you use the hyperlink property?

The use of specific JADE features and proposals for new feature suggestions
ConvertFromOldNGs
Posts: 5321
Joined: Wed Aug 05, 2009 5:19 pm

How do you use the hyperlink property?

Postby ConvertFromOldNGs » Fri Aug 07, 2009 10:37 am

by JADE Kid - Ray Hidayat >> Mon, 13 Mar 2000 5:23:37 GMT

Ok, so I am having problems working out, what the hyperlink property does.

So...
I typed stuff in there...
mailto:EmailRay@ihug.co.nz

Then, I ran the form...
Clicked...

And guess what?!
Nothing happened.

How do I use this 'hyperlink property on a label?

ConvertFromOldNGs
Posts: 5321
Joined: Wed Aug 05, 2009 5:19 pm

Re: How do you use the hyperlink property?

Postby ConvertFromOldNGs » Fri Aug 07, 2009 10:37 am

by David Mitchell >> Mon, 13 Mar 2000 7:54:47 GMT

Thats because it only works on web enabled apps, it turns the label (or whatever the control is) into a hyperlink.

--
David Mitchell
JADE Kid - 1998
www.jadekids.com

ConvertFromOldNGs
Posts: 5321
Joined: Wed Aug 05, 2009 5:19 pm

Re: How do you use the hyperlink property?

Postby ConvertFromOldNGs » Fri Aug 07, 2009 10:37 am

by David Mitchell >> Mon, 13 Mar 2000 7:56:47 GMT

Another thing: Why did you post this to feature discussion, it would have been more suitable in general or design/architecture.

--
David Mitchell
JADE Kid - 1998
www.jadekids.com

ConvertFromOldNGs
Posts: 5321
Joined: Wed Aug 05, 2009 5:19 pm

Re: Oh well, wrong group.

Postby ConvertFromOldNGs » Fri Aug 07, 2009 10:37 am

by JADE Kid - Ray Hidayat >> Mon, 13 Mar 2000 21:17:41 GMT

Oh well, sorry if I posted to the wrong group.
But I got my question answered!

ConvertFromOldNGs
Posts: 5321
Joined: Wed Aug 05, 2009 5:19 pm

Re: How do you use the hyperlink property?

Postby ConvertFromOldNGs » Fri Aug 07, 2009 10:37 am

by aa >> Wed, 19 Jul 2006 18:16:49 GMT

<select name="make" size="5" multiple>
<option value="ANY">ANY</option>
<option value="CHEVROLET" <%if strickmake="CHEVROLET" then response.write "selected"%>>CHEVROLET</option> <option value="CHEVROLET TRUCK" <%if strickmake="CHEVROLET TRUCK" then response.write "selected"%>>CHEVROLET TRUCK</option> <option value="DODGE" <%if strickmake="DODGE" then response.write "selected"%>>DODGE</option> <option value="DODGE TRUCK" <%if strickmake="DODGE TRUCK" then response.write "selected"%>>DODGE TRUCK</option> <option value="GMC" <%if strickloc="GMC" then response.write "selected"%>>GMC</option> <option value="ISUZU" <%if strickloc="ISUZU" then response.write "selected"%>>ISUZU</option> <option value="ISUZU TRUCK" <%if strickmake="ISUZU TRUCK" then response.write "selected"%>>ISUZU TRUCK</option> <option value="JEEP" <%if strickmake="JEEP" then response.write "selected"%>>JEEP</option> <option value="JEEP TRUCK" <%if strickmake="JEEP TRUCK" then response.write "selected"%>>JEEP TRUCK</option> <option value="MAZDA" <%if strickmake="MAZDA" then response.write "selected"%>>MAZDA</option> <option value="MAZDA TRUCK" <%if strickmake="MAZDA TRUCK" then response.write "selected"%>>MAZDA TRUCK</option> <option value="PLYMOUTH" <%if strickmake="PLYMOUTH" then response.write "selected"%>>PLYMOUTH</option> <option value="PLYMOUTH TRUCK" <%if strickmake="PLYMOUTH TRUCK" then response.write "selected"%>>PLYMOUTH TRUCK</option> <option value="PONTIAC" <%if strickmake="PONTIAC" then response.write "selected"%>>PONTIAC</option> <option value="PONTIAC TRUCK" <%if strickmake="PONTIAC TRUCK" then response.write "selected"%>>PONTIAC TRUCK</option> <option value="SUZUKI" <%if strickmake="SUZUKI" then response.write "selected"%>>SUZUKI</option> <option value="SUZUKI TRUCK" <%if strickmake="SUZUKI TRUCK" then response.write "selected"%>>SUZUKI TRUCK</option> <option value="TOYOTA" <%if strickmake="TOYOTA" then response.write "selected"%>>TOYOTA</option> <option value="TOYOTA TRUCK" <%if strickmake="TOYOTA TRUCK" then response.write "selected"%>>TOYOTA TRUCK</option> <option value="VOLKSWAGEN" <%if strickmake="VOLKSWAGEN" then response.write "selected"%>>VOLKSWAGEN</option> <option value="VOLKSWAGEN TRUCK" <%if strickmake="VOLKSWAGEN TRUCK" then response.write "selected"%>>VOLKSWAGEN TRUCK</option> <option value="VOYAGER" <%if strickmake="VOYAGER" then response.write "selected"%>>VOYAGER</option>


</select>
Attachments
4521.txt
(2.4 KiB) Downloaded 147 times
Last edited by ConvertFromOldNGs on Fri Aug 07, 2009 4:18 pm, edited 1 time in total.

ConvertFromOldNGs
Posts: 5321
Joined: Wed Aug 05, 2009 5:19 pm

Re: How do you use the hyperlink property?

Postby ConvertFromOldNGs » Fri Aug 07, 2009 10:37 am

by aa >> Wed, 19 Jul 2006 18:17:23 GMT

<select name="make" size="5" multiple>
<option value="ANY">ANY</option>
<option value="CHEVROLET" <%if strickmake="CHEVROLET" then response.write "selected"%>>CHEVROLET</option> <option value="CHEVROLET TRUCK" <%if strickmake="CHEVROLET TRUCK" then response.write "selected"%>>CHEVROLET TRUCK</option> <option value="DODGE" <%if strickmake="DODGE" then response.write "selected"%>>DODGE</option> <option value="DODGE TRUCK" <%if strickmake="DODGE TRUCK" then response.write "selected"%>>DODGE TRUCK</option> <option value="GMC" <%if strickloc="GMC" then response.write "selected"%>>GMC</option> <option value="ISUZU" <%if strickloc="ISUZU" then response.write "selected"%>>ISUZU</option> <option value="ISUZU TRUCK" <%if strickmake="ISUZU TRUCK" then response.write "selected"%>>ISUZU TRUCK</option> <option value="JEEP" <%if strickmake="JEEP" then response.write "selected"%>>JEEP</option> <option value="JEEP TRUCK" <%if strickmake="JEEP TRUCK" then response.write "selected"%>>JEEP TRUCK</option> <option value="MAZDA" <%if strickmake="MAZDA" then response.write "selected"%>>MAZDA</option> <option value="MAZDA TRUCK" <%if strickmake="MAZDA TRUCK" then response.write "selected"%>>MAZDA TRUCK</option> <option value="PLYMOUTH" <%if strickmake="PLYMOUTH" then response.write "selected"%>>PLYMOUTH</option> <option value="PLYMOUTH TRUCK" <%if strickmake="PLYMOUTH TRUCK" then response.write "selected"%>>PLYMOUTH TRUCK</option> <option value="PONTIAC" <%if strickmake="PONTIAC" then response.write "selected"%>>PONTIAC</option> <option value="PONTIAC TRUCK" <%if strickmake="PONTIAC TRUCK" then response.write "selected"%>>PONTIAC TRUCK</option> <option value="SUZUKI" <%if strickmake="SUZUKI" then response.write "selected"%>>SUZUKI</option> <option value="SUZUKI TRUCK" <%if strickmake="SUZUKI TRUCK" then response.write "selected"%>>SUZUKI TRUCK</option> <option value="TOYOTA" <%if strickmake="TOYOTA" then response.write "selected"%>>TOYOTA</option> <option value="TOYOTA TRUCK" <%if strickmake="TOYOTA TRUCK" then response.write "selected"%>>TOYOTA TRUCK</option> <option value="VOLKSWAGEN" <%if strickmake="VOLKSWAGEN" then response.write "selected"%>>VOLKSWAGEN</option> <option value="VOLKSWAGEN TRUCK" <%if strickmake="VOLKSWAGEN TRUCK" then response.write "selected"%>>VOLKSWAGEN TRUCK</option> <option value="VOYAGER" <%if strickmake="VOYAGER" then response.write "selected"%>>VOYAGER</option>


</select>
Attachments
4522.txt
(2.4 KiB) Downloaded 154 times


Return to “Feature Discussions”

Who is online

Users browsing this forum: No registered users and 4 guests