Click here to Skip to main content
15,886,258 members
Home / Discussions / JavaScript
   

JavaScript

 
QuestionRe: Get Axis interval Pin
Richard MacCutchan3-Sep-15 5:38
mveRichard MacCutchan3-Sep-15 5:38 
AnswerRe: Get Axis interval Pin
NJdotnetdev3-Sep-15 5:53
NJdotnetdev3-Sep-15 5:53 
GeneralRe: Get Axis interval Pin
F-ES Sitecore3-Sep-15 6:06
professionalF-ES Sitecore3-Sep-15 6:06 
GeneralRe: Get Axis interval Pin
NJdotnetdev3-Sep-15 7:19
NJdotnetdev3-Sep-15 7:19 
QuestionExport html page with icons (font awesome) as image using javascript ? Pin
Mogli_001-Sep-15 20:03
Mogli_001-Sep-15 20:03 
AnswerMessage Closed Pin
10-Feb-22 5:12
Front-end.codes10-Feb-22 5:12 
Generalretreiving data from httpresponce Pin
kanjolia gopal31-Aug-15 5:20
kanjolia gopal31-Aug-15 5:20 
Questionbus ticket reservation system using javascript. Pin
Raymond Gyaang22-Aug-15 5:44
Raymond Gyaang22-Aug-15 5:44 
pls i need help with my ticket reservation page.
am designing an online ticket reservation system using php.
i have done some little work. below are my codes.

PHP
<form action="boarding_point.php" method="POST">

<?php
$N = $colums+1;
for($i=1; $i < $N; $i++)
{
?&gt;
<script type="text/javascript">
    var seatno = "<?php echo $row[$i]?>";</script>
    <?php
echo '<input type="submit" style="border:none; width:50px; height:50px; padding:2px; margin:2px; background:url(img/available_seat_img.gif) no-repeat scroll 0 0 transparent; hover:{background:yellow}; " value="'.$i.'" name="'.$i.'" onmouseover="tooltip.show(seatno);" onmouseout="tooltip.hide();"/>';
}


modified 22-Aug-15 15:05pm.

QuestionDetecting if a browser is in full screen mode by javascript ? Pin
Mogli_0018-Aug-15 18:56
Mogli_0018-Aug-15 18:56 
AnswerRe: Detecting if a browser is in full screen mode by javascript ? Pin
Graham Breach19-Aug-15 2:24
Graham Breach19-Aug-15 2:24 
GeneralRe: Detecting if a browser is in full screen mode by javascript ? Pin
Afzaal Ahmad Zeeshan19-Aug-15 2:32
professionalAfzaal Ahmad Zeeshan19-Aug-15 2:32 
GeneralRe: Detecting if a browser is in full screen mode by javascript ? Pin
Graham Breach19-Aug-15 4:35
Graham Breach19-Aug-15 4:35 
GeneralRe: Detecting if a browser is in full screen mode by javascript ? Pin
Afzaal Ahmad Zeeshan19-Aug-15 4:53
professionalAfzaal Ahmad Zeeshan19-Aug-15 4:53 
AnswerRe: Detecting if a browser is in full screen mode by javascript ? Pin
Afzaal Ahmad Zeeshan19-Aug-15 2:31
professionalAfzaal Ahmad Zeeshan19-Aug-15 2:31 
QuestionPrint current page Pin
cgreathouse17-Aug-15 6:39
cgreathouse17-Aug-15 6:39 
AnswerRe: Print current page Pin
Peter_in_278018-Aug-15 20:44
professionalPeter_in_278018-Aug-15 20:44 
QuestionJavascript Pin
April957-Aug-15 2:03
April957-Aug-15 2:03 
AnswerRe: Javascript Pin
Richard MacCutchan7-Aug-15 6:25
mveRichard MacCutchan7-Aug-15 6:25 
AnswerRe: Javascript Pin
Blikkies11-Aug-15 5:24
professionalBlikkies11-Aug-15 5:24 
AnswerRe: Javascript Pin
PrTk Gupta71212-Aug-15 23:34
PrTk Gupta71212-Aug-15 23:34 
GeneralRe: Javascript Pin
jsc4221-Aug-15 4:18
professionaljsc4221-Aug-15 4:18 
QuestionWhat is the difference between compile and link function in angularjs ? Pin
protekconsulting4-Aug-15 19:04
protekconsulting4-Aug-15 19:04 
AnswerRe: What is the difference between compile and link function in angularjs ? Pin
Richard MacCutchan4-Aug-15 22:23
mveRichard MacCutchan4-Aug-15 22:23 
AnswerRe: What is the difference between compile and link function in angularjs ? Pin
Mukesh Pr@sad5-Aug-15 23:42
professionalMukesh Pr@sad5-Aug-15 23:42 
QuestionJson Restriction while posting large data through ajax Pin
Member 116922503-Aug-15 0:24
Member 116922503-Aug-15 0:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.