User Profile
Collapse
-
oh forgot..and the line from 7 to 10 is ok..because when i alert the userId variable, it's ok, -
oh sorry that's java code ..that is jsp file. is it problem ? how about the javascript file (JsPendingOrder .js) ?Leave a comment:
-
ok, i assume the error is located in javascript file that i export from view (jsp)..
here my html (jsp) file
Code:<html> <head> <link rel="stylesheet" type="text/css" media="all" href="<c:url value='../styles/${appConfig["csstheme"]}/typo.css'/>" /> <link rel="stylesheet" type="text/css" href="../css/mainCssHeaderOrderList.css">
Leave a comment:
-
How to fix mozilla error 0x80004005 (NS_ERROR_FAILURE)
i have this error on my web application ( i check the error console of mozilla)
Code:[Exception..."Component returned failure code:0x80004005 (NS_ERROR_FAILURE) [nsIURI.hostPort]
-
-
should i named "orderBook" in frameset instead in frame?
please see frameset1.html
orderBook is the name of frame in frameset, and i want to change the source/location of orderBook frame
please let me know if i have a mistake
thanks for u'r replyLeave a comment:
-
access frame child window from parent window
hello, i have this frameset (frameset1.html )
Code:<FRAMESET ROWS="55%" COLS="37%,63%" frameborder="no" framespacing="0"> <FRAME NAME="runningTrade" id="runningTrade" SRC="" scrolling="no"> <FRAMESET ROWS="33%" COLS="46%,55%"> <FRAMESET ROWS="33%,33%,35%" cols="*"
-
how about
onChange = "javascript:get Range(this.sele ctedIndex);"...Leave a comment:
-
how to make pop up window in mozilla unresizeable
hello all, i already make window pop up mozilla to be unresizeable (disable maximize button pop up window) with this set the parameter to no (resizable = no)
but it didn't work..
any solution/idea??
thanks, regards -
how to hide navigation toolbar
Hello.. i have this script to pop up window
Code:window.open(path,'WORKSPACE3','fullscreen=yes, directories=no, location=no, menubar=no, scrollbars=no, status=no, toolbar=no, resizable=no');
thanks
maminx -
-
accessing iframe of frame of frameset
Hello..i have problem, hope someone can help me..i have this frameset below :
Code:<FRAMESET ROWS="55%" COLS="37%,63%"> <FRAME NAME="runningTrade" SRC="http://runningtrade.com" scrolling="no"> <FRAMESET ROWS="33%" COLS="51%,49%"> <FRAMESET ROWS="34%,34%,35%" cols="*"> <FRAME
-
How to detect Link in a Tab is activated or clicked
i want to detect Link in a Tab is activated or clicked from my code. here the situation
I have tabs that have link to web pages like example below :
Code:<ul id="tabs"> <li><a href="http://www.asdf.com"/><span>asdf</span></a></li> <li><a href="http://www.dddd.com"><span>dddd</span></a></li>
-
how to eliminate dot (".") in property money
hello all, i have this situation, i have this script below
Code:<script type="text/javascript"> var money="45.000.000"; document.write(str.replace(/./, "")); </script>
any idea/ solution? -
how to access the attribute of object in a function
hello all,,
i have this function of javascript
Code:function setObj() { var form = document.forms[0]; var td = document.createElement('td'); var theInputHpp = document.createElement('input'); theInputHpp.setAttribute('type', 'text'); theInputHpp.setAttribute('name', 'items['+form.podcnourut.value+'][podnhpp]'); theInputHpp.setAttribute('size', '20'); theInputHpp.setAttribute('value',
-
i've already solve the problem.Leave a comment:
-
sorry forgot the HTML code rules..here i repost my question
hello all. i have html page to be printed out..it's generated by the button print like below
[HTML]<input type="button" name="btn_print " value="Print Invoice" onClick="javasc ript:window.pri nt();">[/HTML]
of course, the button will shown to the page when it's printed..
but i don't want that button shown...Leave a comment:
-
javascript beforeprint not working in mozila
hello all. i have html page to be printed out..it's generated by the button print like below
<input type="button" name="btn_print " value="Print Invoice" onClick="javasc ript:window.pri nt();">
of course, the button will shown to the page when it's printed..
but i don't want that button shown when user print the page (paper) or when the user commands "print preview"... -
error "Location.toString"
hello all...i have the page that using an ajax (evalJSON). it's running well in local (pc for develop), but when the page run in server (using linux), the page goes error, and shown an error console like this below :
"Uncaught exception: Permission denied to call method to Location.toStri ng"
any idea why that could happen??please help me...thanks a lot..
regards, maminx -
so sorry for inconvenient of using the tag...thanks moderator for the warning...
thanks also for the solving..i've solved the problem with this below
data: "companyCod e="+ slmckdcoy +"&branchCode=" + slmckdcab,
so it is passing two object (companyCode and branchCode)
thanks a lot..
regards,
maminx...Leave a comment:
No activity results to display
Show More
Leave a comment: