Forum System From Php Using Iframes?
Dec 15, 2011
I have both the java script and the php files, i just need to intergrate them into eachother to display the different topics and forums:
New Forum:
index.php :
<?php
include('../includes/db_connect.php');
include('../includes/inc-logincheck.php');
[code]....
View 4 Replies
ADVERTISEMENT
Apr 27, 2010
I need to know JavaScript and how to make a forum.
View 3 Replies
View Related
Nov 13, 2009
I made a form, but I don't want just anyone to be able to use it. So I was wondering if it was possible for the page to check if they were logged into my forum.
View 1 Replies
View Related
Mar 15, 2010
Is it possible to build a forum using Java-Script and HTML??
View 3 Replies
View Related
May 9, 2011
I need to change the way a form on my page works. As currently when you enter in the form information and hit send, you get sent to another page that loads up for testing purposes a basic 'message sent' message. I want the HTML page to load within the ID#Contact which is stylized with a width and a height. I've been directed to the following procedure but I don't know how to make it come together.
jQuery.post() jQuery API
.load() jQuery API
.ready() jQuery API
View 24 Replies
View Related
Oct 19, 2009
I'm trying to style a form using jquery, but it's not working, specifically the replacement of the (required) text with * or **. what is wrong with my code:
[URL]
// JavaScript Document
$(document).ready(function(){
$('legend').wrapInner('<span></span>');
});
[Code]....
View 2 Replies
View Related
Mar 10, 2011
How can I get this moved over the the JavaScript forum? The issue I am having is with the JavaScript not with the Sql database.http://www.codingforums.com/showthread.php?t=220870
View 1 Replies
View Related
Mar 4, 2009
I am relatively new to JavaScript. I copied my coding below. I have the code doing everything I want except when I execute the function the text gets copied into a new window. What I would like is for the text from the forms to be copied into the same window that the form is on.
<div id="formbox2">
<form id="form2">
Commentsbr>
<textarea rows="5" cols="20">
View 4 Replies
View Related
Dec 9, 2009
Resize images that are more than a maximum size limit... through javascript..
View 1 Replies
View Related
Oct 20, 2010
jQuery fileTree would like to display only {.php, .txt, .etc} files on the "Getting Started" forum and it still is not showing up on the list.
View 2 Replies
View Related
Apr 16, 2009
here is my perl code from forum post[URL]
#start for todays date
my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime (time);
my $day = ("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday",
[code]....
View 2 Replies
View Related
Jan 18, 2010
I am having an issue using the Cut & Paste jQuery Mega Menu [URL].. I am using it on the main page of my future forum (test forum is here [URL].. It's the button labeled 'Forum Categories'). The mega menu works fine on the main page of the forum, but once I drill down into the forums, the mega menu no longer works. The mega menu ONLY works on the index of the forum.
View 17 Replies
View Related
Nov 15, 2010
I've been having problems with web browsing that I think may be related to Javascript.I use forum sites like and there I get logged out every few minutes/seconds I've found that clearing my cache regularly seems to help a little, but it doesn't fix the problem. Other forum/avatar sites like Solia and Zaffcast don't work properly either, Solia was the site that first alerted me that my javascript may not be enabled. Since then, I have seen other sites that also require javascript that say that my Javascript is not enabled.I'm using Firefox, and my Javascript is certainly enabled in tools> options> content. I'm also having the same problems in IE, Opera and Safari (I haven't tried Chrome yet).I've done some javascript tests and it is working, but evidently not properly.There is another thing that confuses me, it's the fact that if I use my phone as a modem, I don't have this problem. So could it have something to do with my internet connection?
View 6 Replies
View Related
Oct 28, 2009
does anybody know, where i can find a docu or a forum for this jquery Plugin:[URL]... I'm searching for a way to exclude some of the columns from the filtering - i just dont want the possibillity to filter these columns and i guess there must be a kind of optioni for this case..
View 1 Replies
View Related
Aug 27, 2009
have a simple calculator i made with checkboxes and some Js. the problem is that it does not work in FF.
[Code]...
View 2 Replies
View Related
Sep 9, 2009
I'm having some trouble figuring out how to fully configure my count on click code for my site. Right now, the function is that whenever a user clicks on a piece of text, the number next to it increases by one. The basic code as of yet is as follows:
Code:
<script type="text/javascript">
function add_to_mycounter(){
[code].....
View 2 Replies
View Related
Jun 10, 2010
I tried searching for this but couldn't find anything that looked correct (Although, I might not have a clue what I'm actually looking at!) I have a fairly simple forum system running as part of my site as part of the member system memberkit. I would like the forum to be public - members can post to the forum, and the public can post to the forum by putting in a name and email address.....
but....I would like some simple code to either block out, xxxx out, or remove entirely email address and phone numbers from forum visitors that are not members. I'd really like to show a gray block over the phone or email address that says "please login to view this information"
Now as part fo the system, I do have IFEQ tags available to determine if the user is a member or not, so I've got somethnig to execute the code on, but I just don't know what the code needs to be.
I've seen this done on other forums before for links and such, I'm just not sure how to do it. I'm guessing it would need to read the whole post message and look for certain strings of characters, etc. [URL]...
View 5 Replies
View Related
Sep 12, 2005
I believe that different browsers treat frames/iframes differently, and this
is one of the reasons to avoid using them in websites/applications.
Are there any other reasons to avoid them?
In my experience I find them clunky and messy to implement using javascript
and prefer to keep the whole web page as a single page.
View 1 Replies
View Related
Aug 29, 2006
Code:
Currently, I have one of the iframes working. When you click on it text
below appears with information about the jewelry.
I would like an iframe to open up (immediately to the left of the
image) and show an enlarged image of the thumbnail (yes I know right
now the images are not thumbnails, but my friends are working on the
graphics).
View 1 Replies
View Related
Jul 20, 2005
I want to load a javascript file on a root page with various iframes,
then call the javascript functions from the root page to be displayed
in the iframes. Any idea how to do this?
View 2 Replies
View Related
Aug 8, 2007
I have a mainpage and it contains iframe (myFrame). A js function validatedata() is on iframe. before submitting mainform in mainpage i am calling validatedata() function as below. mybool = document.myFrame.validatedata();
This works in IE 6.0 but fails on mozilla firefox.
View 2 Replies
View Related
Jun 20, 2006
I have a webpage with some divs and iframes in them, I have some Javascript code in another page in one of the iframes that when activated, will change the page within the other iframe. The code I have throws the following error:
'null' is null or not an object
and it is complaning abou the following bit of code:
var obj = document.getElementById("frame2");
obj.src = new_src;
But I am not sure if the code is the correct code anyway. Can anyone assist please?
Please find below my complete code, hopefully you can spot what's going on. Here is my 'index.htm' file: Code:
View 2 Replies
View Related
Mar 12, 2002
I'm starting to use some iframes in a div layer. I want to know if i can use javascript to change the size of the iframe (from the parent page containing the iframe).
In IE i can use 100% width and height to fit the iframe to the layer, but in Netscape 6 the iframe doesn't appear if the height is set in % values - hence the need to be able to specify it dynamically as the layer wil change size.
View 1 Replies
View Related
Jun 23, 2011
I have a forum with over 5000 topics (lots of content in each topic) and I have a wiki-website with over 4000 articles. Both share the same database and are similar in context.
Now, I was wondering if there is a JavaScript out there that can could scan my forum page and underline words on that page that are articles on the wiki. For instance, if I have an article in the wiki entitled "Heart", where ever "Heart" appears in the forum, it is underlined and linked to that exact article on the wiki.
This conceptual idea is very similar to In-Text advertisements, such as Kontera, but I can't seem to find the scripting they use.
View 2 Replies
View Related
Dec 1, 2005
Is there a way to use Javascript to detect if a browser supports IFrames, or (if it DOES support them)that IFrame use is enabled?
View 3 Replies
View Related
Jan 6, 2006
I am using struts frame work and in one of the jsp pages I have a bunch of IFRAMES like this.(This is in logic iterate and the recordId is incremented with that iteration) ....
View 3 Replies
View Related