
Michelle
Members-
Content Count
8 -
Joined
-
Last visited
About Michelle
-
Rank
Newbie
-
Show Image When Onmouseove The Link
Michelle replied to Michelle's topic in User JavaScript and CSS Discussions
Hi Michelle, This can be done with using javascript. 1) You should add HTML block with a link name and paste the following code: <a href="[@field:Picture/]" onmouseout="closewindow()" onmouseover="openwindow()">LINK NAME</a> 2) Insert the code into the Footer: <script language="Javascript"> var popup; function openwindow() { popup = window.open("[@field:Picture/]","mywindow", "menubar=1,resizable=1,width=500,height=500"); } function closewindow() { popup.close(); } </script> This is a work around. It opens an image in a Pop Up window. There is als -
Hi Caspians, I'd like to have a report with a link in the HTML block. But when i mouse over the link, I'd like to view Image related to the Field. Is it possible? Michelle
-
Hi All! I used a solution from the How-To for changing background, but the script seems doesn't work for me: Code from the html block below all the fields: [@field:Sale_Location_State] <a id="visi[@field:ID]"> <script>var isi = document.getElementByID("visi[@field:ID]");if('[@field:Sales]' >=1000){isi.parentNode.parentNode.style.backgroundColor = 'green';}else{isi.parentNode.parentNode.style.backgroundColor = 'red';}</script> </a>
-
Hi all. I am stuck with one question. How to select automatically value from dropdown based on value of other field. I have two date fields, and i want if 1>2, then dropdown= "Ready for shipping", if 1<2 , then dropdown= "Delayed", if 1=2 , the dropdown= "Delivered" I appreciate any help. Thanks
-
Hi all, If someone knows how to hide some records on the Tabular report if Calculation => 5 for example?
- 1 reply
-
- calculation
- hide
-
(and 1 more)
Tagged with:
-
Hi Caspians. I need some help with a script. I have a Submission Form with 3 fields that will count evaluation of service in percents. I have created a virtual Field that says how many percents left, since Sum of 3 Field should be equal 100% and if Sum is bigger than 100% I want to show warning message. Is it possible ? Any help will be appreciated. Michelle.
-
Hey Caspio Forum ! I am a freshman here. What I want to do is to be able to change 0,00 in my Report DP. Say if any record has this value, automatically change it to blank field, or to '--'. Any help will be appreciable! Thanks guys
- 2 replies
-
- Report
- Localization
-
(and 1 more)
Tagged with: