Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Message change on leaving the page
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Message change on leaving the page
#15592
Message change on leaving the page 12 Years, 10 Months ago Karma: 0
Were can i change message that pop up when a person leaving the page.
the cod :
{arisexylightbox activeType="icontent" width="300" height="300" showOnClose="1" link=""}
Test content
{/arisexylightbox}
I need to override the massage. I see other people on the internet actually done so.
Thank you
The administrator has disabled public write access.
 
#15602
Re:Message change on leaving the page 12 Years, 10 Months ago Karma: 747
Use "onCloseMessage" attribute. The code will look like:

Code:


{arisexylightbox activeType="icontent" width="300" height="300" showOnClose="1" link="" onCloseMessage="my message"}
Test content
{/arisexylightbox}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#16122
Re:Message change on leaving the page 12 Years, 10 Months ago Karma: 0
Thank you , That works well.
Is there any way to add an image in a message ?
The administrator has disabled public write access.
 
#16125
Re:Message change on leaving the page 12 Years, 10 Months ago Karma: 747
You can show any HTML code in the lightbox. For example use the next code:

Code:


{arisexylightbox activeType="icontent" width="300" height="300" showOnClose="1" link="" onCloseMessage="my message"}
Test content<br/><img src="LINK_TO_IMAGE" />
{/arisexylightbox}



Where LINK_TO_IMAGE is link to image.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#16128
Re:Message change on leaving the page 12 Years, 10 Months ago Karma: 0
I mean i need the image on the pop up warning : in between two words: my message
The administrator has disabled public write access.
 
#16131
Re:Message change on leaving the page 12 Years, 10 Months ago Karma: 747
If you mean alert box which is shown by a browser, it is not possible to show image in it. The browsers support ability to set only simple text for this alert box.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12