![]() |
|
|
Welcome to the { mindfrost82.com } 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 contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Help with linking
I am trying to finish this site for a young lady, but there are some issues I
seem to be having. I can't seem to get the checked boxes to and buttons to work.... Here is the site it's underdasackmodels.com if you go through it you will see that the nearly all of the main button features are not functioning. This is the part of dreamweaver I'm not schooled on. I'm still using the Macromedia version but if there is any advice you can give me I would appreciate it. |
|
|||
|
Re: Help with linking
> underdasackmodels.com note- may be some adult content- There are images not showing, because the path is a full absolute path to your computer's hard drive. <img src="file:///C|/Documents%20and%20Settings/ti/Desktop/FE/index2_files/main_d ata/highlight_026.jpg" there should never be any file:/// paths in a published site. By buttons and checkboxes- do you mean this kind of thing?? <input name="avail[fetish]" type="checkbox"></td> What do you want that to do?? There aren't any form tags around it... there is this up higher- <form method="post"> </form> only the first picture link works, because it links to a page that does exist. the other pictures that have broken images, link to: http://www.underdasackmodels.com/gir...girl=Alisandra http://www.underdasackmodels.com/girl.php which doesn't exist. -- Alan Adobe Community Expert, dreamweaver http://www.adobe.com/communities/experts/ |
|
|||
|
Re: Help with linking
By buttons and checkboxes- do you mean this kind of thing??
<input name="avail[fetish]" type="checkbox"></td> What do you want that to do?? There aren't any form tags around it... there is this up higher- <form method="post"> </form> Yes this is what I am asking...I cleaned up those links in the HTML that you said should never be published but I don't know how to add parameters to those boxes you were mentioning as well linking up the booking pages to take information from the clients....I may need a registration page of some sort...is there some html text that I could use to make these things functional? |
|
|||
|
Re: Help with linking
I really don't know where to start, so i won't. -- Alan Adobe Community Expert, dreamweaver http://www.adobe.com/communities/experts/ |
|
|||
|
Re: Help with linking
> I really don't know where to start, so i won't. form checkboxes will not link to other pages unless some javascript is used. There is no reason to use a checkbox as a link item. Just make a link. You are plonking form submit buttons onto the page with no form tags. They won't "do" anything. The dead links in the earlier version of the page linked to a non-existent ..php page. Are you going to use php on this site? Why did the dead links have this: http://www.underdasackmodels.com/gir...girl=Alisandra [adult site] Will you need a form to take new info from 'clients' or do you intend to let these people be able to create new pages or edit their pages and add images themselves? -- Alan Adobe Community Expert, dreamweaver http://www.adobe.com/communities/experts/ |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|