•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ColdFusion section within the Web Development category of DaniWeb, a massive community of 374,167 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,305 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ColdFusion advertiser:
Views: 1320 | Replies: 0
![]() |
•
•
Join Date: Dec 2007
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
Hi,
I need some help with cfwindows, I got a page with few buttons in a cfform that initialize cfwindows with source in another page. Everything works as it should cept that when I click on 1 button the rest don't work. I am getting an error "error processing JavaScript in markap for element "window.name_body"
this is my code
And then one of the window sources, coursework.cfm
</cfform>
I need some help with cfwindows, I got a page with few buttons in a cfform that initialize cfwindows with source in another page. Everything works as it should cept that when I click on 1 button the rest don't work. I am getting an error "error processing JavaScript in markap for element "window.name_body"
this is my code
coldfusion Syntax (Toggle Plain Text)
<cfajaximport tags="cfform"> <cfform name="myform"> <cfinput type="button" name="mybutton3" value="Add Experience" onclick="javascript:ColdFusion.Window.show('experience')"><br /> <cfinput type="button" name="mybutton3" value="Add Education" onclick="javascript:ColdFusion.Window.show('education')"><br /> <cfinput type="button" name="mybutton3" value="Related Coursework" onclick="javascript:ColdFusion.Window.show('coursework')"><br /> <cfinput type="button" name="mybutton3" value="Activities" onclick="javascript:ColdFusion.Window.show('activities')"> </cfform> <cfwindow x="210" y="100" width="550" height="480" name="education" modal="true" minHeight="400" minWidth="400" title="Education" initshow="false" source="education.cfm"/> <cfwindow x="210" y="100" width="570" height="480" name="experience" minHeight="400" minWidth="400" title="Experience" initshow="false" source="experience.cfm" /> <cfwindow x="210" y="100" width="570" height="480" name="activities" modal="true" minHeight="400" minWidth="400" title="Activities" initshow="false" source="activities.cfm" /> <cfwindow x="210" y="100" width="570" height="480" name="coursework" modal="true" minHeight="400" minWidth="400" title="Coursework" initshow="false" source="courseWork.cfm" />
coldfusion Syntax (Toggle Plain Text)
<cfform name="coursework" format="flash"> <cfformgroup type="page" label="Related Coursework"> <cfinput type="text" name="Coursework" label="Description:" size="40" height="100"/> </cfformgroup>
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb ColdFusion Marketplace
Other Threads in the ColdFusion Forum
- Previous Thread: why????....
- Next Thread: C# or C++ with coldfusion web service


Linear Mode