Customized Popups

I am currently developing a kind of shopping cart for an estate agent. They have a perl script that generates a list of properties. next to each property is a link to add the property to a favourites list. This link uses javascript to call an asp page that adds the required property to an access database.

This all works fine but at the moment when you click the link to add a property I have basically added a bit of javascript that resizes the asp page and gets rid of the tool bars etc and displays a conformation message that the property has been added and then disappears automatically.

This is fine but I want this conformation box to look a little better ie change the colours - more of a custom little box rather than a small browser window. Does anyone know of any way using javascript for example to display such a custom window?

View Replies


ADVERTISEMENT

Popups Error

why im getting this error every time i open an ASP file?

View Replies View Related

Customized Error Message

how to avoid giving physical path & line number in the error messages of web applications. Instead i would like to replace it with general error message to the user.

View Replies View Related

Chromeless Window Popups

I am not sure I am posting this in the correct area?
I want a printable window to pop up when user clicks a link.
This window will show a printable list.
I don't want the user to have any menu buttons etc....

I tried this;
function myPopup(url,windowname,w,h,x,y){

window.open(url,windowname,"resizable=no,toolbar=no,scrollbars=no,menubar=no,s tatus=no,directories=no,width="+w+",height="+h+",left="+x+",top="+y+"");

}

<a href="javascript:myPopup('printlist.asp','My debt list','300','300','10','300')">Printable

version</A>

View Replies View Related

Submit To A Customized Navigator

i understand how to open a new browser
without toolbars, menues, etc (with open(....) )

but i don't find the way
to open a new browser in that way
coming from a Form.Submit() . . .

how does it is ?

View Replies View Related

Display Customized Error Message

How can I display my own message instead of the error message which may appear in the explorer? , and can I use ASP code in this message?
Iam looking to display a custom page when somebody type a URL for a page in my site, and this page is no longer available

like: http://www.site.com/me.asp

and me.asp is not available

View Replies View Related

Passing Data Between Two Open Popups

I have a main form which opens a popup when you click on a button (via jscript). From there the user can can click another button to open another popup with just the calendar control on it.

I want the user to be able to click on a day on the calender and then pass this date back to a text box on the first popup. Remember the first popup is already open and I've already evaluated whether IsPostback = true on the first popup.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved