Hi!
I was just thinking, that if you would add to next BV update a script library.
I mean:
<head><title>Simple Confirmation Box</title></head>
<body>
<div class="text11">
Press that text:
</div>
<!-- PREVIEW CODE HERE -->
<a href="http://www.bravenet.com" onClick="return window.confirm('Press yes or No');">
Click here
</a>
</body>
</html>
Source: http://resources.bravenet.com/script...firmation_box/
I was just thinking, that if you would add to next BV update a script library.
I mean:
- You can open that libray from Insert-->A html/java script.
- Then there pops up a window where you can choose some scripts like "When a visitor enters to your page, there pops up an alert box what says "text"".
- Or something like this
<head><title>Simple Confirmation Box</title></head>
<body>
<div class="text11">
Press that text:
</div>
<!-- PREVIEW CODE HERE -->
<a href="http://www.bravenet.com" onClick="return window.confirm('Press yes or No');">
Click here
</a>
</body>
</html>
Source: http://resources.bravenet.com/script...firmation_box/
Comment