Thanks Jemminger for your help. I guess my issue need not have to use "UniversalBrowserWrite" as it was achieved using the other method you mentioned into post.
Sorry for late reply but Thanks again :-) Experience teaches slowly and at the cost of mistakes [pipe]
Hi All,
Could anyone would tell me which events are fired when a scrollbars are moved. I have come across "onscroll" event of window but that does not help into my issue.
I want to make scroll bars invisible.
According to scrollbars description it tells that it is read only property...
Hi Enek,
try using like below :
var ImgPath = "D:\Projects\Andrews_Kurth\EMAC2002B\Floorplan Manager\photos\"
If it works then it is definitely '&' that is creating problem. When a request is passed to server this '&' act as paremeter- value seperator.
Hope it will help Experience...
Hi bombboy,
I guess document.formname.fieldname.value should work like document.forms[0].fieldname.value except if you have two objects with same name as your formname on your page. Please verify it. hope it will help [bigcheeks] Experience teaches slowly and at the cost of mistakes [pipe]
function checkPage(num_boxes)
{
for (var cnt=0 ; cnt < num_boxes ; cnt++)
{
if (document.getElementById("pageNum") != null)
var _currPage = document.getElementById("pageNum").value +1 ;
document.write(" Current page No : " + _currPage );
// put the...
Hi Jockm,
Please try top.main.location=loc;
instead of parent.main.location=loc;
into function change of external js file
Hope it helps [bigcheeks]
Experience teaches slowly and at the cost of mistakes [pipe]
Hi Industriousbird,
Try the modified code , hope it will help [bigcheeks]
<script language="JavaScript">
<!-- Hide the script from old browsers --
img0_on = new Image();
img0_on.src="img/neon_justine.jpg";
img0_off = new Image()...
Hi PriyaG,
Could you please send us the section of the code where you are putting achors inside table <td>. I guess that you might be missing some closing html tags that is creating this issue. Please verify code throughly and if you still doesn't find it then send the code. Experience teaches...
Hi yorkeylady,
Please try this
if (formname != null)
eval(formname + ".filename.value = " + namefile );
instead of
eval(formname+".filename.value = namefile;");
Hope it will help [bigcheeks] Experience teaches slowly and at the cost of mistakes [pipe]
Hi meldrape,
I have also tested the code by dookie2k2 but it seems to work fine. I have tested this on windows 2k, IE 5.5 sp2. Could you please tell us about machine configuration.
O/S :
Browser Name :
Version :
Please verify code once again, It should work fine [bigcheeks] Experience teaches...
It seems to be working fine for me though [bigcheeks]. When ever you click on either of three link it seems to post data into textbox area. However i will suggest that you remove the browser cache and try it once again.
My Browser details are
IE 5.50.4807.2300 , SP2
Experience teaches slowly...
Hi ThomasE
Please try the code below. It should work fine. I have added try catch code just to ensure it does not throw any error message.
var nametitle = "";
function showTitle()
{
try{
if(document.getElementById("MR").checked == true) { nametitle = "Mr."...
Hi Latchmere,
Please use the modified function below to display the thumbnail using dynamically provided folder name. In the sample code i have hard coded folder name as "A" and Num="11" but you can pass it as parameter if you wish.
Hope this will help [bigcheeks]
function...
Hi Arpan,
You can use given below function to get the names/value pair of the queryString.
Hope it will help.
var names = new Array();
var values = new Array();
function value_pair()
{
//var qryString = "www.abcd.com?status=nonadmin&login=arpan&id=34";
var qryTemp =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.