Hi, Thanks
Is there more as i can only see the main page...
Please add more !
User Profile
Collapse
-
Hi,
I got it going using "!= null"
I did try the below, but i would get the error on the first line when defining the var.
var a = document.getEle mentById('VE101 10INTEFT');
if (a === undefined)
Would also not work.
if (document.getEl ementById('VE10 110INTEFT') === undefined)
Thanks I'm okay on this topic :)
I appreciate your help & ti...Leave a comment:
-
Hi,
Thanks my problem was that the object was not created or loaded due to some business rules on the page & therefore i would get error on if condition to check value
RegardsLeave a comment:
-
CSS Web Menu Bar for Site
Good day, I'm currently revamping a Site.
I have a menubar but it's not nice & very old.
I searched on the Net for web menu bat templates for examples i can use.
I'm looking for a modern professional web menu bar that i can replicate using CSS
Any Ideas, Regards -
I got it going :)
Code:var a = document.getElementById('VE10110INTEFT'); if (a != null) { alert("yes"); } else { alert("no"); }Leave a comment:
-
Javascript - check object defined
Good day,
I thought i had this sorted but it does not seem to check if the object is undefined / not created.
I'm trying to check if object is undefined & i tried a few methos but no luck
with the "value;" it returns the alert no to say that it is define where it is not
Please help
...Code:var a = document.getElementById('VE10110INTEFT').value; if -
Thanks took me time to relize it, so it's not possible
Thank YouLeave a comment:
-
Hi, Thank You
I don't seem to have the font: Helvetica
Do you have i download that i can install?
How would i specify in CSS?
Thanks,RegardsLeave a comment:
-
Change button sze on <input type=file> adding files
Good day, i tried changing the button size of the add files object but no luck
But this changes the width of the entire file object
textbox + button = width of 80px
Please help
Code:<input type='file' style='width:100px;'>
-
-
Good day,
Is this a bug in IE7?
Cant set theheight at all, Please help
RegardsLeave a comment:
-
Default Button Height Problem in IE7
Good day, i have been trying a few things to get around setting the height.
But no luck, i dont htink the default button height can be set in IE7.
Please help
Code:{padding: 0px 0px 0px 0px; line-height: 20px; overflow: visible; height:20px; width: 60px} -
Hi, i was looking at perhaps of a change as Verdana font is wide & when lots of text makes the page busy.
What other professional more modern fonts that great for site?
RegardsLeave a comment:
-
Best Font & size for a Web Application / Internal Site
Good day,
I'm busy completing the changes to an internal web application / site.
Please Advise me on the best nice not to big font family & size.
It is currently using Verdana 8.5 & 9.
I was looking for something new creative but yet professional or should i leave it at Verdana
Regards -
Thank You - i managed to get it going, i had to insert it within a new row<tr>
Do you know of any ideas of making the div stylish to look similar to a popup window with close icon & title?
...Code:[B]<tr> <td>[/B] <div id="light" class="white_content"> <div class="bgErrorMessage"> <table border="1">Leave a comment:
-
Hi, Unfortunately no luck :(
I cant seem to create new row & align the objects, everything is in one column beneath each other.
I also would like create a more stylish div, with the Div Popup having a title bar, close image in right corner etc.
Please helpLeave a comment:
-
Setting alignment & css without using <table><tr><td> in <div>
Good day, RamananKaliraja n helped me with a great script to do a popup div.
The problem i now have is that the popup div within the div does not like any table><tr><td>, so itried using <div> in place of tr
but not working to create nicely div, What can i use?
all the bold text are the problem areas.
...Code:<div id="light" class="white_content">
-
Hi, I can't thank you enough :) really making prgress
I removed the HTML css below & now i can see all the objects again, but when disable the window is disabled but not the entire with scrolled objects below
...Code:html,body { height: 100%; width: 100%; margin: 0px; padding: 0px; font-family: tahoma; font-size: 11px; overflow:hidden;Leave a comment:
-
Hi, Winning i manged to disable the main window as i had to put the div in my aspx page & not xslt file.
Problem i now have is that the page does not scroll down & cannot see all the objects.
That is without the disable window, if a remove the html css then it fine.
???Leave a comment:
-
Thank You, when i copy the code to a blank htm then it works fine but struggling to get it going in the xslt file.
will get back soonLeave a comment:
No activity results to display
Show More
Leave a comment: