Ask a Question related to Dreamweaver AppDev, Design and Development.
-
traq #1
goToURL
How do I open a new page when using the goToURL behaviour. Here is code
generated by Dreamweaver MX 4: <a href='javascript:;'
onClick='MM_goToURL('parent','/CiS/PrintCIS.asp');return
document.MM_returnValue'> I've tried replacing 'parent' with '_blank', tried
'parent','_blank' tried 'parent''_blank'. Obviously all completely wrong. Can
someone show me the right way?
traq Guest
-
Datagrid gotoURL
Is it possible that on select of an item in the datagrid I can goto a url? I have been trying to figure this out but haven't seen anything posted... -
Need help with goToURL
Good Evening, I am trying to get the following Javascript and HTML code to function correctly, but continuously receiving errors with the "else... -
Grant Berkeley #2
Re: goToURL
"traq" <webforumsuser@macromedia.com> wrote in message
news:d3leq4$nlg$1@forums.macromedia.com...Not sure quite why you'd want to use a script for a link - the one below> How do I open a new page when using the goToURL behaviour. Here is code
> generated by Dreamweaver MX 4: <a href='javascript:;'
> onClick='MM_goToURL('parent','/CiS/PrintCIS.asp');return
> document.MM_returnValue'> I've tried replacing 'parent' with '_blank',
> tried
> 'parent','_blank' tried 'parent''_blank'. Obviously all completely wrong.
> Can
> someone show me the right way?
will open up a new window if that's what you want.
<a href="http://www.somesite.com/mypage.htm" target="_blank">My Link</a>
HTH
Grant
Grant Berkeley Guest



Reply With Quote

