Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 56
Search took 0.34 seconds.
Search: Posts Made By: dips255
Forum: ASP 04-17-2013, 12:44 PM
Replies: 2
Views: 449
Posted By dips255
Thanks for reply. Actually the vbs had some code...

Thanks for reply. Actually the vbs had some code error due to which asp was not working. Now its working fine
Forum: ASP 04-11-2013, 02:04 PM
Replies: 2
Views: 449
Posted By dips255
calling vbs from asp

Im trying to execute a vbs file from asp page
but it does not work
It shows script time out error.

Test.asp
============
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!DOCTYPE html PUBLIC...
Forum: ASP 04-11-2013, 02:00 PM
Replies: 0
Views: 234
Posted By dips255
prevent remote calls to webpages

How can I prevent remote calls to the webpages of my site eg via msxml or any other method except normal browser based request

Set obj = Server.CreateObject("Msxml2.serverXMLHTTP.6.0")
...
Forum: JavaScript frameworks 12-17-2012, 11:49 AM
Replies: 4
Views: 760
Posted By dips255
Tried it but no luck

Tried it but no luck
Forum: JavaScript frameworks 12-15-2012, 07:22 AM
Replies: 4
Views: 760
Posted By dips255
tooltip for wdCalendar

Need help to convert the title that appears on the events area on mouseover to a nice looking tooltip. I tried to do this in BuildDayEvent function by adding p.class="masterTooltip" but it does not...
Forum: JavaScript programming 07-20-2012, 02:35 PM
Replies: 1
Views: 274
Posted By dips255
reminder alarm

Need help for an alarm to remind an event with sound
Forum: ASP 07-18-2012, 08:40 AM
Replies: 4
Views: 1,141
Posted By dips255
Agree with your suggestion, Thanks

Agree with your suggestion, Thanks
Forum: ASP 07-16-2012, 02:44 PM
Replies: 4
Views: 1,141
Posted By dips255
I had planned to do it with cookies but have some...

I had planned to do it with cookies but have some queries
Is it safe to use cookies
If a user accesses his account on a shared computer and cookies are not destroyed then it might allow another...
Forum: ASP 07-11-2012, 09:04 AM
Replies: 4
Views: 1,141
Posted By dips255
stay signed in

Need help to implement concept of 'Stay signed in' for users who want to avoid facing session timeout
Forum: JavaScript programming 04-19-2012, 09:09 AM
Replies: 2
Views: 326
Posted By dips255
i need to pass some values on function...

i need to pass some values on function gettabcontentSearch('1234','some text')
but at present ive left it blank
Forum: JavaScript programming 04-18-2012, 06:52 AM
Replies: 2
Views: 326
Posted By dips255
2 events clashing

i have placed a text box with onclick and onblur event. onclick shows contents(links) of a div tag below it and onblur hides the div
basically it was a jquery based drop down menu but due to some...
Forum: JavaScript programming 12-26-2011, 06:42 AM
Replies: 0
Views: 677
Posted By dips255
sliding pop up at bottom right of page

Im looking for a script to show a sliding popup from bottom right to upward direction after the page is loaded with a close button to.
Forum: ASP 12-23-2011, 06:59 AM
Replies: 12
Views: 1,142
Posted By dips255
I'm using SQL server Actually I did the same...

I'm using SQL server
Actually I did the same thing earlier but I was confused here
When should I run the SP

Suppose I add an event on 24 Dec 2011 with event date 25 Dec 2011 10:00 AM with weekly...
Forum: ASP 12-22-2011, 07:11 AM
Replies: 12
Views: 1,142
Posted By dips255
Thanks again My requirement is like this ...

Thanks again

My requirement is like this
There is a page for user to store events
The events are shown when user logs on to his account

Eg.
1. Check email (22 Dec 2011 10:00 AM) (daily)
2....
Forum: ASP 12-22-2011, 05:57 AM
Replies: 12
Views: 1,142
Posted By dips255
thanks Can you help me with weekly and...

thanks
Can you help me with weekly and quarterly reminder
Im only storing the first reminder date and frequency of reminder, so confused how to get recurring date

For monthly reminder I've done...
Forum: ASP 12-21-2011, 09:29 AM
Replies: 12
Views: 1,142
Posted By dips255
Task Reminder

Im trying to make reminder system
The form has inputs for date of reminder and frequency
frequency options are daily, weekly, monthly, quarterly, yearly
Ive coded for daily reminder(using time...
Forum: ASP 06-20-2011, 07:40 AM
Replies: 3
Views: 721
Posted By dips255
We are using sql 2008 and using for connecting to...

We are using sql 2008 and using for connecting to local instance. The same is working when I run the default page of subdirectory, but not working when I execute subdomain url. I guess the subdomain...
Forum: ASP 06-17-2011, 08:16 AM
Replies: 3
Views: 721
Posted By dips255
Problem with subdomian mapped to a subdirectory

I have created a subdomain mapped to a sub - directory of the website. The default page of the sub directory (http://www.mydomain.com/foldername/default.asp) works fine, but...
Forum: ASP 03-25-2011, 08:56 AM
Replies: 0
Views: 694
Posted By dips255
Custom error

I have configured custom error page for 500 errors. This page sends an email with COM Error Number, File name, Line Number, referer page and Brief Description

I am getting some of the emails...
Forum: Other server side languages/ issues 02-05-2011, 06:26 AM
Replies: 3
Views: 1,653
Posted By dips255
I have done the settings described on...

I have done the settings described on http://www.braintrove.com/article/46

But the custom 404 redirection is working fine only for .aspx pages not for .asp and other static pages
Forum: Other server side languages/ issues 02-04-2011, 01:37 PM
Replies: 3
Views: 1,653
Posted By dips255
Custom 404 page

Need help to set up custom 404 error page on IIS7 Windows 2008. It was working fine on IIS6 - windows 2003. But IIS7 its showing me blank page for pages not physically found
Forum: ASP.NET 02-03-2011, 08:22 AM
Replies: 0
Views: 600
Posted By dips255
Image with transparent background

I have the following code that converts text in querystring to an image. This is giving image with white background. Need help to get a transparent background.

<%@ Page Language="VB"...
Forum: ASP.NET 01-17-2011, 10:38 AM
Replies: 0
Views: 724
Posted By dips255
aspx page shows 404 error

I have the following page which was working fine
/utility/convert-text-gif.aspx?text=mytext

Suddenly it stopped working and gives the following error. Need help on this

Server Error in...
Forum: ASP 01-04-2011, 09:31 AM
Replies: 0
Views: 545
Posted By dips255
problem with session on IE6/7

I am facing a problem on setting up some cookies with asp on IE6 and IE7

I need to set following cookies when user logs in to his account.

Response.Cookies("crmadmin_login_id") = ...
Forum: ASP 12-16-2010, 05:44 AM
Replies: 3
Views: 2,505
Posted By dips255
I disabled cookies and tried meebo. Its still...

I disabled cookies and tried meebo. Its still showing my nick name.
Showing results 1 to 25 of 56

 
Forum Jump

All times are GMT +1. The time now is 10:43 AM.