|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Adding Anchors in Cold Fusion
Ok I'm new to Cold Fusion so I have much to learn.
At the moment I want to be able to add an Anchor (or Bookmark) to a Form ACTION field on a Cold Fusion page. In a normal HTML URL the anchor is denoted by the number (#) sign. But adding this in the Form URL causes Cold Fusion to parse this string as a variable of some sort and this throws and ERROR message when the page is processed. So, if any guru out there can help. I'd like to be able to add an anchor in a Form on a Cold Fusion page. How can I go about doing this? ShadowByte |
|
#2
|
|||
|
|||
|
In case anyone is interested in the answer. To add a "#" in a URL string parsed by the Cold Fusion engine you need to use two (2) number signs side by side.
Ex: <FORM ACTION="Index.cfm##VotingPoll" METHOD="post" NAME="NextPoll"> where "VotingPoll" is the Anchor/Bookmark you are refering to. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > Cold Fusion Development > Adding Anchors in Cold Fusion |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|