User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 391,881 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,414 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 40 of 143
Search took 0.02 seconds.
Posts Made By: katarey
Forum: JavaScript / DHTML / AJAX Mar 2nd, 2008
Replies: 2
Views: 1,180
Posted By katarey
Solution Re: Date function in Drop-Down Box

Hi there,

try this code("Function") this may help you

JavaScript:

<script type="text/javascript">
//<![CDATA[
<!--
function addDate(){
Forum: JavaScript / DHTML / AJAX Mar 2nd, 2008
Replies: 1
Views: 351
Posted By katarey
Re: cookie

Hi there,

please post your code here... so that we can see whats going wrong in function or in html where you are calling the function...

Rahul Dev Katarey
Forum: HTML and CSS Feb 25th, 2008
Replies: 4
Views: 8,473
Posted By katarey
Solution Re: flash and drop down menus

Hi there,

I have created a page for reference, how to get rid
to this problem..

http://www.katarey.com/forHelp/flashTransparencyProblem/

there is four drop down menus and four flash files embed...
Forum: JavaScript / DHTML / AJAX Feb 24th, 2008
Replies: 7
Views: 2,425
Posted By katarey
Re: Javscript Select onchange with ASP

Thats OK, just put a default links src for a tag, function will work as is,


<a href="menu.asp" id="linkToChange">Link</a>
or
<a href="menu.asp?id=what ever you want"...
Forum: HTML and CSS Feb 21st, 2008
Replies: 4
Views: 590
Posted By katarey
Re: CSS Negative Margin

Hi,

are you asking (search engine friendly) :icon_question: if yes then I don't think that search engine care about margins! because search engine not render html but read html

Rahul Dev Katarey
Forum: HTML and CSS Feb 21st, 2008
Replies: 10
Views: 799
Posted By katarey
Question Re: Nav bar in dreamweaver dissappears after click

Hi there,

I have tested this page on IE7, IE6, IE5, FireFox, Opera, and Apple Safari, and i haven't seen anything disappearing when I click on a link.

I have tested both online and local copy both...
Forum: JavaScript / DHTML / AJAX Feb 21st, 2008
Replies: 2
Views: 1,097
Posted By katarey
Help Re: drop down menu going behind flash element please help

Hi there,

This Post may Help You :http://www.daniweb.com/forums/post154444.html#post154444
Forum: HTML and CSS Feb 20th, 2008
Replies: 10
Views: 799
Posted By katarey
Re: Nav bar in dreamweaver dissappears after click

Post your Code here that will help to know what is the problem there!

Thanks
Forum: HTML and CSS Feb 20th, 2008
Replies: 1
Views: 1,733
Posted By katarey
Help Re: hover background image

Hi there,

Try This Code this May Help you ;)
CSS:
<style type="text/css">
.links {
font-family:Verdana, Arial, Helvetica, sans-serif;
display:block; /*This Cover Full TD...
Forum: JavaScript / DHTML / AJAX Feb 20th, 2008
Replies: 3
Views: 658
Posted By katarey
Re: simple Javascript counting function

Hi There,

Try This Code

JavaScript:

<script type="text/javascript">
function valueChange(){
textBox1 = document.getElementById('textBox1');
description =...
Forum: JavaScript / DHTML / AJAX Feb 19th, 2008
Replies: 7
Views: 2,425
Posted By katarey
Help Re: Javscript Select onchange with ASP

Hi There,
I have Seen your Code and found that you are using frm.submit() function, in this function "frm" is the name of the form which you want submit, but you haven't define any name in form...
Forum: JavaScript / DHTML / AJAX Feb 19th, 2008
Replies: 2
Views: 1,764
Posted By katarey
Help Re: Calling a PHP file from a javascript code

Hi There,

I have Made Very Basic Example for you that will help you to understand how to use confirmation Box (confirm() JavaScript) in PHP

here is the code :

test.php
<!DOCTYPE html PUBLIC...
Forum: JavaScript / DHTML / AJAX Feb 19th, 2008
Replies: 11
Views: 2,023
Posted By katarey
Help Re: document.getElementById problem

Hi there,

you have made mistake here

document.getElementById('contentbox a').style.color= "#d05048"

that should look like

document.getElementById('contentbox').style.color= "#d05048"
Forum: JavaScript / DHTML / AJAX Feb 18th, 2008
Replies: 2
Views: 1,667
Posted By katarey
Help Re: Create table 1 to 100 using java script

Hi there,

well you may uses this script to create the tables of 1 to 100,

<html>
<head>
<title>Tables 1 To 100 </title>
<script language="javascript" type="text/javascript">
for (i=1;i<=100;...
Forum: ASP Feb 17th, 2008
Replies: 21
Views: 5,028
Posted By katarey
Help Re: installed IIS yet cannot run asp files

Well its seems that from your IIS Active Server Pages are not allowed in web services extensions, to Allow the ASP Go to IIS Manager and see left side in tree view you'll find "web services...
Forum: JavaScript / DHTML / AJAX Feb 15th, 2008
Replies: 4
Views: 1,185
Posted By katarey
Re: issue with dynamic transparent pngs in IE6

Hi Again,

I have tested your code in my case it was working fine i have used this PNG hack
http://www.twinhelix.com/css/iepngfix/ try this PNG hack maybe it will help you,

here is the page which i...
Forum: HTML and CSS Feb 15th, 2008
Replies: 3
Views: 690
Posted By katarey
Re: Suggestions on this 3 column, tables in Div code

Yeah!, for this thing you can add style for ul/ol or what ever you wanna put in that div that will work fine :) for margin you can write style like this


.leftColumn ul...
Forum: HTML and CSS Feb 14th, 2008
Replies: 3
Views: 690
Posted By katarey
Help Re: Suggestions on this 3 column, tables in Div code

Hi there,
If you are learning HTML then its nice work, Good Code actually, just I have some suggestions for you

1.) An "id" is a unique identifier. Every time this attribute is used in a document it...
Forum: JavaScript / DHTML / AJAX Feb 14th, 2008
Replies: 4
Views: 1,185
Posted By katarey
Re: issue with dynamic transparent pngs in IE6

Please post your code here so that will help to know is somthing wrong in it or not, I have used
transparent PNG and PNG Hack for IE 6 or less
and thats work fine, I don't know but without seen...
Forum: JavaScript / DHTML / AJAX Feb 14th, 2008
Replies: 3
Views: 1,657
Posted By katarey
Solution Re: Problem with IE7

This Code may help you


<script type="text/javascript">
window.onbeforeunload = function (evt) {
var message = 'Are you sure you want to leave?';
if (typeof evt == 'undefined') {
evt =...
Forum: ASP Feb 13th, 2008
Replies: 2
Views: 653
Posted By katarey
Solution Re: user login module

Hi There,

I have made very simple login module ("Very Basic") but will useful to understand how to develop login module, I have Attached working files with this post.

hopefully this will help you...
Forum: JavaScript / DHTML / AJAX Feb 13th, 2008
Replies: 2
Views: 538
Posted By katarey
Solution Re: Any Help Appreciated

Hi Jake,

you may use thickbox for this effect that is very easy to use, :) URL for thickbox website is :http://jquery.com/demo/thickbox/ there many more solutions like this on web that you may...
Forum: JavaScript / DHTML / AJAX Feb 13th, 2008
Replies: 3
Views: 885
Posted By katarey
Solution Re: Mixing images and text in a table cell

Hi There,

well if I am understanding in right way so you have no need to put three cell you may use image align = left for require result here is the sample code :

<table width="50%" border="0"...
Forum: HTML and CSS Dec 31st, 2007
Replies: 6
Views: 1,752
Posted By katarey
Solution Re: css a:hover background color

Yes display:block; will solve your problem

you may use this code :)

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html...
Forum: HTML and CSS Oct 6th, 2007
Replies: 1
Views: 512
Posted By katarey
Help Re: Help with template

This Code Will Help You,

In this page middle_Div will always center aligned (vertical and horizontal)
even web browser resized, there may many more ways to do this,
but this is first which I have...
Forum: HTML and CSS Sep 12th, 2007
Replies: 1
Views: 526
Posted By katarey
Re: very curious , How facebook is hosted and made ?

Hi,

well facebook scripted using PHP/MySql, most probably its on Apache web server (not sure about the server and database)

you may use PHP/MySql or ASP.NET/Sql Server etc. to develop the site...
Forum: HTML and CSS Jun 11th, 2007
Replies: 3
Views: 651
Posted By katarey
Re: IE moved my menu!

Hay you have placed both image same?
Forum: HTML and CSS May 26th, 2007
Replies: 2
Views: 1,033
Posted By katarey
Solution Re: Help with Navagation bar

Hi There,

well you can make table width="100%" instead of width="501" to make table flexible, I have Attached the code with this reply

hope this will helpful for you

regards
Rahul
Forum: HTML and CSS May 25th, 2007
Replies: 3
Views: 643
Posted By katarey
Question Re: help

this link not working : gabinet.atspace.com
Please clear what is the problem so we can help you
Forum: ASP May 23rd, 2007
Replies: 7
Views: 2,596
Posted By katarey
Re: Problem when adding delete confirmation

Hi,

I hope you problem already solved, if not so just write that in this way,

Response.Write "<a href=""" & "#" & """ onclick="& """confirmation1('/delete.asp', 'del', 'id="& rs("id") &"')""" &...
Forum: ASP May 13th, 2007
Replies: 2
Views: 2,833
Posted By katarey
Re: paging recordsets with ASP Javascript NOT VB

Hi Again,

:icon_idea: Replace this code :

<table border="0" cellpadding="3" cellspacing="3" style="border:1px solid #cccccc;">
<tr>
<%
for (i=1;i<=rs.PageCount;i++)
{
%>
Forum: ASP May 13th, 2007
Replies: 2
Views: 2,833
Posted By katarey
Solution Re: paging recordsets with ASP Javascript NOT VB

Paging Recordsets with ASP JavaScript

Hi there,

Here the code for Paging RecordSets with ASP JavaScript, I Hope this will be useful for you and others :)

<%@LANGUAGE="JAVASCRIPT"...
Forum: ASP May 9th, 2007
Replies: 2
Views: 9,071
Posted By katarey
Tutorial Re: how to connect ms access with asp vbscript

Hi there,

Well I am not a good tutorial writer but I am trying to explain how to make the connection with database (Ms Access) using asp,

Assumptions:
Running IIS 6
First here the directory...
Forum: ASP May 7th, 2007
Replies: 2
Views: 1,876
Posted By katarey
Re: how to get the values of checkboxes and delete them

Hi Again,

if above code not works so just replace

This Part :

for i = 0 to ubound(check_a)
if i = 0 then
str = str & "uid = "& check_a(i)
else
Forum: ASP May 7th, 2007
Replies: 2
Views: 1,876
Posted By katarey
Tutorial Re: how to get the values of checkboxes and delete them

Hi there,
have you tried to make this work? ;)
well here the way do do this :
ASP :
<%
'declare variables
Dim connstring, cn, rs
'Connection String
connString="Provider=Microsoft.Jet.OLEDB.4.0;Data...
Forum: HTML and CSS May 6th, 2007
Replies: 3
Views: 528
Posted By katarey
Re: Help with menu disappearing.

Well,

there in ff the images are just little lines because you don't have that images, put the right name of images and your problem will gone,

the topnav bar and greenbox shift when resizing the...
Forum: ASP May 6th, 2007
Replies: 7
Views: 2,596
Posted By katarey
Re: Problem when adding delete confirmation

Hi Again,

Problem is in the single quote (') ,double quote (")

Right syntax is this:

<a href="#" onClick="confirmation1('/delete.asp', 'del', 'id=<%=rs("id")%>')">Delete Record</a>

Output will be...
Forum: ASP May 5th, 2007
Replies: 1
Views: 958
Posted By katarey
Help Re: Accept/Decline Registration

HI.

its simple add a field in user table named "Status" and at the time of user registration insert "Pending" in that field then make a form in administrators CONTROL PANEL
From where administrator...
Forum: ASP May 5th, 2007
Replies: 1
Views: 1,267
Posted By katarey
Re: Insert Encrypted Password

Hi there,

Sure you can one way encrypt any string using asp

this article will Help you,

http://www.dotnetindex.com/articles/3554_How_to_Encrypt_String_Using_MD.asp

Regards,
Rahul Dev Katarey
Forum: ASP May 5th, 2007
Replies: 2
Views: 1,530
Posted By katarey
Re: copy word doc onto asp page

You can use HTMLArea in place of textarea
you may find this on search engines some are free as well

you can see the live example here in Daniweb.com
see the Quick Reply or Advance Reply...
Showing results 1 to 40 of 143

 
All times are GMT -4. The time now is 7:09 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC