Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 173
Search took 0.24 seconds.
Search: Posts Made By: nikee
Forum: HTML & CSS 10-14-2010, 04:59 PM
Replies: 2
Views: 493
Posted By nikee
I'm not entirely sure what you're trying to do,...

I'm not entirely sure what you're trying to do, but you can add extra hidden fields thats posted with each form to know which one is posted...

Something like this:



// An if statement to...
Forum: HTML & CSS 09-13-2010, 01:17 PM
Replies: 3
Views: 584
Posted By nikee
That's pretty much impossible to tell, as many of...

That's pretty much impossible to tell, as many of the office products allows you to save files as HTML or similar. May i ask why you need this info?
Forum: HTML & CSS 09-13-2010, 12:50 PM
Replies: 3
Views: 584
Posted By nikee
Mso -> Microsoft Office?

Mso -> Microsoft Office?
Forum: JavaScript programming 08-26-2010, 08:20 PM
Replies: 6
Views: 7,060
Posted By nikee
Thanks guys. I found the error, and it was such...

Thanks guys. I found the error, and it was such as simple mistake! Kind of embarrassing tbh...

I had added one too many "});" further down the code, and that was causing it not working.

Thanks...
Forum: JavaScript programming 08-25-2010, 07:40 PM
Replies: 6
Views: 7,060
Posted By nikee
That did it! But i'd like to know how to do it...

That did it! But i'd like to know how to do it without using inline javascript code.

Thanks! :)
Forum: JavaScript programming 08-25-2010, 06:58 PM
Replies: 6
Views: 7,060
Posted By nikee
Question jQuery - "return false" when submitting form? (stopping the submit)

Hey there.

I'm running into a bit of trouble while trying to cancel the submit of a form. I've been following this tutorial (http://vimeo.com/4173282) (even though i'm not making a login script),...
Forum: HTML & CSS 08-05-2010, 02:56 PM
Replies: 7
Views: 604
Posted By nikee
Sorry, i made a few mistakes in the last post. It...

Sorry, i made a few mistakes in the last post. It works now:



<?php

$url = "http://" . $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"];

echo "<form>";
echo ...
Forum: HTML & CSS 08-05-2010, 02:04 PM
Replies: 7
Views: 604
Posted By nikee
Are you talking about the URL to your website? ...

Are you talking about the URL to your website?

use php to get and display it:

<php>
$url = "http://" . $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"];

echo ...
Forum: HTML & CSS 07-29-2010, 11:13 PM
Replies: 3
Views: 992
Posted By nikee
As far as i know, that's the only way with CSS....

As far as i know, that's the only way with CSS. I'm sure there are some javascript hacks for this, if that's an option for you? But may i ask why you need a minimum height on a table cell? Could you...
Forum: HTML & CSS 07-29-2010, 10:47 PM
Replies: 3
Views: 992
Posted By nikee
I don't know a workaround, but i'd really like to...

I don't know a workaround, but i'd really like to know why you need to display it as a table-cell?
Forum: HTML & CSS 07-29-2010, 12:06 AM
Replies: 3
Views: 1,230
Posted By nikee
Oh sorry. Well as far as i know i don't...

Oh sorry.

Well as far as i know i don't think that's possible to do with just HTML and CSS. If you have PHP installed on your server you could just replace your frameset with seperate DIV tags...
Forum: HTML & CSS 07-28-2010, 09:42 PM
Replies: 3
Views: 1,230
Posted By nikee
Can't you just rightclick in the frame and...

Can't you just rightclick in the frame and refresh from there? Try holding in Shift and clicking the refresh button in your browser if the rightclick doesn't work.
Forum: HTML & CSS 07-28-2010, 09:32 PM
Replies: 1
Views: 1,755
Posted By nikee
Not sure if it gives you the same result, but...

Not sure if it gives you the same result, but have you tried padding?

<td style="padding-top: 10px;"....
Forum: HTML & CSS 07-27-2010, 01:59 PM
Replies: 5
Views: 1,058
Posted By nikee
Not that i know of, nope.

Not that i know of, nope.
Forum: HTML & CSS 07-27-2010, 01:47 PM
Replies: 5
Views: 1,058
Posted By nikee
It shouldn't take that long for the page to load...

It shouldn't take that long for the page to load anyways. Is it a big page? Sorry, no more suggestions.. :/
Forum: HTML & CSS 07-27-2010, 01:22 PM
Replies: 5
Views: 1,058
Posted By nikee
You could just hide the image with display:none...

You could just hide the image with display:none by default, and then set it to visible when the page has loaded with javascript? Not sure if that's what you're looking for, but it'll work.

Put...
Forum: HTML & CSS 07-27-2010, 12:18 AM
Replies: 13
Views: 1,380
Posted By nikee
Alrighty, i got a solution. Take these two...

Alrighty, i got a solution.

Take these two images:

<img class="dec_left" src="images/dec_left.png" style="z-index: 1;">
<img align="right" src="images/dec_right.png" position:left;="" ,=""...
Forum: HTML & CSS 07-26-2010, 06:11 PM
Replies: 8
Views: 1,310
Posted By nikee
Split it into two different links and style the...

Split it into two different links and style the second one, like this:
<a href="http://www.example.com/">Some </a><a style="text-decoration: none;" href="....">Text</a>
Forum: HTML & CSS 07-24-2010, 02:43 PM
Replies: 3
Views: 487
Posted By nikee
Oh okey, let's try this: <form...

Oh okey, let's try this:


<form action="http://www.mydomain.com/Order/Shetab.asp" method="GET">
<input type="text" name="Price" value="" />
<input type="text" name="Code" value="" />
...
Forum: HTML & CSS 07-24-2010, 02:10 PM
Replies: 3
Views: 487
Posted By nikee
This should do it: <form...

This should do it:


<form action="http://www.mydomain.com/Order/Shetab.asp?Username=demo&" method="GET">
<input type="text" name="Price" value="" />
<input type="text" name="Code" value="" />...
Forum: HTML & CSS 07-23-2010, 01:08 PM
Replies: 5
Views: 569
Posted By nikee
I'm not really sure which link you're reffering...

I'm not really sure which link you're reffering to. From my side it looks just like before?

And, this is a bit OT, but why are you using javascript to replace "top_link_selected" with another...
Forum: HTML & CSS 07-22-2010, 08:07 PM
Replies: 5
Views: 569
Posted By nikee
This might help you: a {color: #FFFFFF} ...

This might help you:


a {color: #FFFFFF} /* unvisited link */
a:visited {color: #FFFFFF} /* visited link */
a:hover {color: #FFFFFF} /* mouse over link */
a:active {color: #FFFFFF} /*...
Forum: HTML & CSS 07-20-2010, 02:52 PM
Replies: 6
Views: 1,067
Posted By nikee
Put this on the bottom of the page, just before...

Put this on the bottom of the page, just before ending your body tag:

<script type="text/javascript">
function formfocus() {
document.getElementById('element').focus();
}
...
Forum: HTML & CSS 07-19-2010, 04:29 PM
Replies: 3
Views: 634
Posted By nikee
Try: <td valign="top"> ...

Try:

<td valign="top">
</td>
Forum: HTML & CSS 07-18-2010, 06:37 PM
Replies: 12
Views: 2,091
Posted By nikee
I'm not sure if really makes any difference in...

I'm not sure if really makes any difference in rendering, but when i view the source code in firefox the syntax highlightning breaks at some of your comments.

Try to make sure that you have the...
Showing results 1 to 25 of 173

 
Forum Jump

All times are GMT +1. The time now is 03:39 PM.