Search Results

Showing results 1 to 40 of 154
Search took 0.01 seconds.
Search: Posts Made By: katarey
Forum: JavaScript / DHTML / AJAX Mar 21st, 2009
Replies: 2
Solved: lightbox
Views: 1,163
Posted By katarey
you cannot open FLV, Video or any HTML pages in lightbox,
you can try these UI dialog widgets

for required functionality

ThickBox
http://jquery.com/demo/thickbox/

or
Forum: JavaScript / DHTML / AJAX Feb 12th, 2009
Replies: 1
Views: 1,494
Posted By katarey
Hi ejr74,

I tried to run the code and its working here no window is opening.
what actually the problem is?
Rahul
Forum: JavaScript / DHTML / AJAX Feb 12th, 2009
Replies: 3
Views: 1,272
Posted By katarey
HI Arvind,

well as I understand you want to set the input (Form element) "in_backgroundColor" value as same as div "pageSurround's" background color or javascript variable "color", if I am right...
Forum: JavaScript / DHTML / AJAX Feb 12th, 2009
Replies: 1
Views: 543
Posted By katarey
Hi Ina,

What type of data you are retrieving from database ?

you can use FCKEditor or TinyMCE for WYSIWYG Editing.

TinyMCE : http://tinymce.moxiecode.com/index.php

FCKEditor :...
Forum: PHP Feb 5th, 2009
Replies: 3
Views: 483
Posted By katarey
hi,

which web server you are using ?
do you have installed IIS or Apache with PHP?

Rahul
Forum: HTML and CSS Feb 5th, 2009
Replies: 7
Views: 2,255
Posted By katarey
Hi,

download this file and place with html page


and add this style in css


body
{
Forum: JavaScript / DHTML / AJAX Feb 4th, 2009
Replies: 2
Views: 877
Posted By katarey
Hi !Unreal,

you may use this code for needed functionality, you will only need to change in index.html


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
Forum: JavaScript / DHTML / AJAX Oct 11th, 2008
Replies: 2
Views: 1,028
Posted By katarey
Hi there,

i have seen you code and there is some errors in code, see this code block, hopefully this will helpful for you

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
Forum: ASP Sep 12th, 2008
Replies: 1
Views: 1,264
Posted By katarey
post your code here so that we can help you,
Forum: ASP Sep 9th, 2008
Replies: 2
Views: 864
Posted By katarey
hi,

you can use AJAX for the same, or you can send the QueryString to the page which will have the id or other tables image,

like yourPage.asp?ID_of_table1Image=2& current_imageID_of_table2=5
...
Forum: Windows NT / 2000 / XP Sep 7th, 2008
Replies: 2
Views: 561
Posted By katarey
Hi,

My computers Hard disk was crashed last month then i have taken all the backup of data from computer on CD/DVD And my laptop. and replaced the hard disk and reinstall the XP but now some of...
Forum: JavaScript / DHTML / AJAX Mar 2nd, 2008
Replies: 2
Views: 2,906
Posted By katarey
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: 583
Posted By katarey
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: 7
Views: 14,546
Posted By katarey
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...
Forum: JavaScript / DHTML / AJAX Feb 24th, 2008
Replies: 7
Views: 6,010
Posted By katarey
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" id="linkToChange">Link</a>...
Forum: HTML and CSS Feb 21st, 2008
Replies: 4
Views: 1,373
Posted By katarey
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...
Forum: HTML and CSS Feb 21st, 2008
Replies: 10
Views: 1,653
Posted By katarey
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...
Forum: JavaScript / DHTML / AJAX Feb 21st, 2008
Replies: 2
Views: 2,905
Posted By katarey
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: 1,653
Posted By katarey
Post your Code here that will help to know what is the problem there!

Thanks
Forum: HTML and CSS Feb 20th, 2008
Replies: 4
Views: 11,250
Posted By katarey
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: 1,216
Posted By katarey
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: 6,010
Posted By katarey
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 tag,...
Forum: JavaScript / DHTML / AJAX Feb 19th, 2008
Replies: 2
Views: 4,954
Posted By katarey
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...
Forum: JavaScript / DHTML / AJAX Feb 19th, 2008
Replies: 11
Views: 4,522
Posted By katarey
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: 6,947
Posted By katarey
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...
Forum: ASP Feb 17th, 2008
Replies: 21
Views: 11,109
Posted By katarey
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: 2,101
Posted By katarey
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...
Forum: HTML and CSS Feb 15th, 2008
Replies: 3
Views: 1,618
Posted By katarey
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 {
margin:10px;
}...
Forum: HTML and CSS Feb 14th, 2008
Replies: 3
Views: 1,618
Posted By katarey
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...
Forum: JavaScript / DHTML / AJAX Feb 14th, 2008
Replies: 4
Views: 2,101
Posted By katarey
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: 3,408
Posted By katarey
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: 1,676
Posted By katarey
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...
Forum: JavaScript / DHTML / AJAX Feb 13th, 2008
Replies: 2
Views: 950
Posted By katarey
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: 1,695
Posted By katarey
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: 7,624
Posted By katarey
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">...
Forum: HTML and CSS Oct 6th, 2007
Replies: 1
Views: 770
Posted By katarey
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...
Forum: HTML and CSS Sep 12th, 2007
Replies: 1
Views: 1,711
Posted By katarey
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: 983
Posted By katarey
Hay you have placed both image same?
Forum: HTML and CSS May 26th, 2007
Replies: 2
Views: 1,854
Posted By katarey
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
Solved: help
Views: 1,055
Posted By katarey
this link not working : gabinet.atspace.com
Please clear what is the problem so we can help you
Showing results 1 to 40 of 154

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC