Search:
Type: Posts; User: hazee
Search :
Search took 0.01 seconds.
I dont know if this is the right forum to ask this question :s NO harm trying.
I am looking to setup a new web server (not in my home using port forwarding) in my office where I have to host a...
How to display child html document as Alert / prompt (not popup window) and to disable the parent page at same time. Have a look at the image below.
What is this technique called? and any good...
Thanks ...
So what change should we make in the second case. In the function or its call? Source code if u can write.
Function:
function flipArrow(obj)
{
var img = obj.getElementsByTagName('img')[0];
var imgSrc = (img.getAttribute('src').indexOf('plus1.jpg') != -1) ? 'images/minus.jpg' : ...
<html>
<script type="text/javascript">
function check(x)
{
document.getElementById("myTable").bgColor=x
}
</script>
<body>
<%
rs.CursorType = 2
<%
aspinfo()
Sub aspinfo()
Dim strVariable, strASPVersion
Dim strCookie, strKey, strSession
'Retrieve the version of ASP
strASPVersion = ScriptEngine & " Version " & _
ScriptEngineMajorVersion...
have a look at code:
do while rs.EOF=false
%>
<table width="200" border="1">
<tr>
<td><%=rs.fields(0)%></td>
Yes, Its an intranet of more than thousand machines and outlook is always available.
Thanks in advance.
Email client is either MS Outlook or Outlook Express.
Secondly, client requires the email to be sent only through any of the above mentioned email clients. And thats for several reasons, Like...
IE:
Click on File > Send > Page by Email,
And it opens the entire page(html) in outlook.
Can I have this functionnality available through a Submit button? Using ASP or Javascript or any other...
Hi,
Anyone can explain the second line?
What is "Constr"?
What is Application here ?
01: Set Con = server.createObject("ADODB.Connection")
02: Con.Open Application("Constr")
Thnx ... It is of great help and encouraging :) But which editor should I start with ?? Notepad, Kawa, JEdit or anyother ?
Which version should I start with ?
J2SE or J2EE ??
Then wt is the difference between J2EE 1.4 (includes JDK 5.0) and JDK 5.0 Update 6(includes the JVM technology)??
Help ??
Hi All,
How can we create a rich text editor, like the one I am typing in and then to store this text in database, as my thread would be displayed after I submit it.
Any help??
Regards,
Is there any way that I can link ftp window inside webpage???
I have a website having user login accounts with separate username and passwords.I want to give each user FTP access. I want users to...
Hi Guys,
I'll be thankful if someone can send me dummy source code or any URL which has explained the problem mentioned in the threat.
Thanks in advance.
Regards,
Do let us know if you can find any solution.
Can I have your complete code for the report ? I need to generate reports but stuck :confused: . Will be thankful If u can help.
Regards,
Hazee.
thats great ...
Thnx to webdeveloper.com
Regards.
strFile=your-file-path-and-name
dim ads, fso, f
Response.Buffer = True
Response.Clear
set ads = Server.CreateObject("ADODB.Stream")
ads.Open
ads.Type = 1
1. You can use GUID with your filenames i mean change your filenames to something unknown that ppl cant guess it.
or
2. Encode your querystrings
or
3. The best way is to store your files...
can u give me any practical example ?
Your help is highly appreciated.
thnx n regards.
Not exactly ...
For example, I need to take the report of Ledger of all the customers. I want each customer Ledger to be printed on different page with same page headers and page footers. Only...
This is some good stuff for beginers.... Keep it up :)
$decoded = $qs{'id'};
$encoded = &encode_id($decoded);
t=m&id=00567324567
This is for sure PHP ... Any idea for ASP? Which functions available there?