Ask a Question related to Dreamweaver AppDev, Design and Development.
-
rajesh #1
pop up page
hi,
I have some problem
with a link that open a page
but the link is an image
it should pop up but not doing it just open the page _blank even I use the
extension to pop up the page
when I don't use the link without the image its pop ups
so than its working fine
<a href="updfinanceall.asp?<%= Server.HTMLEncode(MM_keepURL) &
MM_joinChar(MM_keepURL) & "CallID=" & rsapproval.Fields.Item("CallID").Value
%>"><img src="images/<%=(rsapproval.Fields.Item("typeimage").Value)%> "
border="0"></a>
can you help that the link with a image it pop up?
or advise me?
thx kisoen
rajesh Guest
-
Splitting or separating 1 multi page pdfdocument into individual page documents
I am looking for any product that will take a multi page pdf file and burst or separate it into individual pdf files created from each page. Mac... -
Trouble loading administrator/index.cfm page--i am askedto save the page
Please help....i've been stuck for days on this problem... Basically, I installed coldfusion and at the end of the installation, it told me that... -
Accessing Values of local variables in previous page when using custom error page
Hello, I have created a nice funky 500 - 100 error page which gives a nicer error; happily loops through and supplies querysting information, all... -
Prevent 'Page has expired' when a client hits back to return to a search page
I have a search page that I want to enable private caching so that when a user hits the back button they dont get the page has expired error. I... -
Calling a html page from an asp page then returning to the next statement on the original asp page
Hi! I have an ASP page that calls excel to create a report. This works fine. Now I need to call a html calendar page to filter what rows are... -
Julian Roberts #2
Re: pop up page
Use the popup behaviour, and then just cut/paste the link you've got in the
href attribute of tag into the URL of the popup behaviour.
--
Jules
[url]http://www.charon.co.uk/charoncart[/url]
Charon Cart 3
Shopping Cart Extension for Dreamweaver MX/MX 2004
Julian Roberts Guest
-
rajesh #3
Re: pop up page
Julian,
I have tried several times it is not working
this is the coding
<a href="cirlog.asp?<%= Server.HTMLEncode(MM_keepNone) &
MM_joinChar(MM_keepNone) & "CallID=" & rsmail.Fields.Item("CallID").Value
%>" onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('Image6','','Images/viewlog1.jpg',1)"><img
src="Images/viewlog.jpg" alt="View record Log" name="Image6" width="121"
height="22" border="0"></a
as you can see it is with images (SWAP)
please advise
kisoen
"Julian Roberts" <newsg@charon.co.uk> wrote in message
news:d0596n$qre$1@forums.macromedia.com...> Use the popup behaviour, and then just cut/paste the link you've got in
> the href attribute of tag into the URL of the popup behaviour.
>
> --
> Jules
> [url]http://www.charon.co.uk/charoncart[/url]
> Charon Cart 3
> Shopping Cart Extension for Dreamweaver MX/MX 2004
>
>
rajesh Guest



Reply With Quote

