All community
This category
This board
Knowledge base
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results forÂ
ShowÂ
 onlyÂ
|
Search instead forÂ
Did you mean:Â
Exit
Global community
Language:
Deutsch
English
Español
Français
Português
日本語コミュニティ
Dedicated community for Japanese speakers
í•œêµ ì»¤ë®¤ë‹ˆí‹°
Dedicated community for Korean speakers
Sign In
Home
Dreamweaver
Discussions
response.write formating issues
Home
Dreamweaver
Discussions
response.write formating issues
0
Upvote
response.write formating issues
Guest
/t5/dreamweaver-discussions/response-write-formating-issues/td-p/670658
Dec 12, 2006
Dec 12, 2006
Copy link to clipboard
Copied
Hello I have built a CMS and it requires a response.write and it is not with in the body. The code is used for a nested loop. But having issues fomating it.
<a href="allContent.asp?page_id=<%=(rec_pages.Fields.Item("page_id").Value)%>" target="<%=(rec_pages.Fields.Item("page_target").Value)%>" class="third_tier_menu"> <%=(rec_pages.Fields.Item("page_title_menu").Value)%> »</a> <br />
I have done this but it seems to run the target and other itmes in the string. It also does not apply the style sheet:
Response.Write "<a href=""allContent.asp?page_id=" & get_3rd_tier_from_2nd_tier("page_id")_
& " target=" & "get_3rd_tier_from_2nd_tier("page_target")" & " class=""third_tier_menu"">" & get_3rd_tier_from_2nd_tier("page_title_menu") & "»" & "</a><br />"
Thanks for any help
TOPICS
Server side applications
Views
227
Translate
Translate
Report
Report
Follow
Report
More
Reply
Reply
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Reply
1
Jump to latest reply
Newsgroup_User
LEGEND
,
/t5/dreamweaver-discussions/response-write-formating-issues/m-p/670659#M146421
Dec 12, 2006
Dec 12, 2006
Copy link to clipboard
Copied
LATEST
> & " target=" & "get_3rd_tier_from_2nd_tier("page_target")"
I think you have some extra quotes there. You are quoting your function
call, which is writing it out as-is rather than actually calling the
function.
-Darrel
Votes
0
Upvote
Translate
Translate
Report
Report
Follow
Report
More
Reply
Reply
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Post Reply
Preview
Exit Preview
never-displayed
You must be signed in to add attachments
never-displayed
Â