Forums
This topic is locked
Setting up links...
Posted 24 Oct 2002 10:46:09
1
has voted
24 Oct 2002 10:46:09 Adam Hussain posted:
I have a form for users who get to enter their favorite links, the links are then stored in an access database. Now what I want to do is turn these links into hyperlinks. The same goes with the email, when a user enters an email address in a form, when viewing the email I want someone to be able to click the email and their outlook pops up.Am I making any sense?
Just one other thing... how do I do the password.. confirm password thing?
Anyway Thanks and I'll check back later.
Edited by - CajunFox on 24 Oct 2002 10:48:29
Replies
Replied 24 Oct 2002 20:09:14
24 Oct 2002 20:09:14 Dave Thomas replied:
when they enter their URL's into your form, make sure they don't include the "" bit. (add a little note in textbox etc..)
So a link of clik.to/somewhere...
would be entered as [clik.to/somewhere...]
then in ultradev, write the text for your link etc.. and when you go to add the hyperlink, select "from data sources", choose your URL entry field, and add "" before the code ultradev gives u.
same for email address, only they enter their full address (leaving nothing out), and then you add "mailto:" before the code ultradev gives you when u select the email db field.
Regards,
Dave
UD4 | Flash 5 | SQL | Access | ASP/VBScript | XP-Pro
So a link of clik.to/somewhere...
would be entered as [clik.to/somewhere...]
then in ultradev, write the text for your link etc.. and when you go to add the hyperlink, select "from data sources", choose your URL entry field, and add "" before the code ultradev gives u.
same for email address, only they enter their full address (leaving nothing out), and then you add "mailto:" before the code ultradev gives you when u select the email db field.
Regards,
Dave
UD4 | Flash 5 | SQL | Access | ASP/VBScript | XP-Pro
Replied 02 Nov 2002 19:14:30
02 Nov 2002 19:14:30 Adam Hussain replied:
Sorry I still don't understand... where is the "from data sources"? is there a tutorial anywhere?
I bet it's really simple but I don't get it...
I bet it's really simple but I don't get it...
Replied 02 Nov 2002 23:00:50
02 Nov 2002 23:00:50 Dave Thomas replied:
In the box that pops up when you click on the little folder icon to link a new page, look to the top and there is 2 radio buttons, one of them is "Data Sources".
And if you have created a recordset, then the fields will show up.
Other than that follow the tutorials that come with Ultradev and they will show you how to do it.
Regards,
Dave
UD4 | Flash 5 | SQL | Access | ASP/VBScript | XP-Pro
And if you have created a recordset, then the fields will show up.
Other than that follow the tutorials that come with Ultradev and they will show you how to do it.
Regards,
Dave
UD4 | Flash 5 | SQL | Access | ASP/VBScript | XP-Pro