|
Hello Syed Rehman,
You can't do this because of Jquery Modal Popup is working on same Page and You can't Load the other Page inside Jquery Modal Popup I would like to suggest to use windows Size for Other Page that Look Like Popup Just check the Example.
<script type="text/javascript">
var size = [400, 300];
$(window).resize(function () {
window.resizeTo(size[0], size[1]);
});
</script>
<a href="other.aspx" target="__blank">Open Other Page</a>
|
|
|
|
|
Hello,
Its Working then Please give vote as Upvote.
Thank You.
|
|
|
|
|
i want to create a bootstrap table structure of my own.
i looked up in many sites and i cant find solution to my thirst.If anyone help for my need ,i ll be more thankful .... Here is my requirement.
1.a bootstrap table with search ,pagination,filter options.
2.I should have datas fetched from mysql database and i am using mysqli procedural method to made it .
3.These datas can be edited with edit button in the table and then save it.
4.When i edit a record in a row,it should occur on another row instead of replacing the existing records.(duplicate copies should be created as child row).
5.now the dynamic row created can be edited again and added as child row under the single parent row(root row of record) and goes on.
6.each edit and created records have id incremented automatically as revision 1,revision2,and so on.....
7.the table shows parent row only.if a button is clicked ,then it shows the child rows .
8.also need the table columns should be resizeable.
9.i need complete stucture and sql database source....
10.Importantly,i dont like to include more plugins to my code.everything can be created of our own coding methods....
challenging for all of us...
expecting the answer............
|
|
|
|
|
Hi bro,
Check this website. Here you will find a larger list of codes you want to create.
https://jqueryui.com/[^]
|
|
|
|
|
My friend and I are currently working on putting up a website. We are doing this using HTML, CGI scripts written in C++ and the Apache Web Server. We are both highly experienced programmers, however, we are relatively new to web development.
We want to require user's to login in. We are wondering how user login's are normal handled. Should we be using the login feature of Apache? Should we being doing this by using cookies. Maybe you could point me to a tutorial on the web related to this subject.
Thanks
Bob
|
|
|
|
|
Users logins are handled using cookies, you set up a cookie for every user, which is shared with server to tell the user which user is logged in. Specifically the UserID is stored in that cookie. Then server uses the UserID to show him the response and results, based on that UserID.
This way, you can login the users. You can use any service to login the users, or you can also write your own login system. It is not that hard as much you are thinking it would be.
You can read this article of mine to learn more, Using Files to create a Login System[^]. It is ASP.NET-oriented, I am not sure if that would be of your use. But you can get an idea of how to write the code to accomplish the task.
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~
|
|
|
|
|
Just remember that users can alter cookies so storing a userid in the cookie as the only mechanism for authentication is probably not secure enough. The value needs to be encoded in a way that the user can't alter or "guess" a correct value.
|
|
|
|
|
Hi,
I want to get the Memory usage size of each services which is running on Application Server using C#.net.
How to achieve this.
If anybody knows, please reply me.
Thanks in advance.
|
|
|
|
|
Please do not post the same question in more than one forum.
|
|
|
|
|
I have this function:
$(function() {
$('.AddLink').click(function () {
var quantity = $(this).closest('.product').find('.qty-input').val();
var recordToAdd = $(this).data('id'); // correct usage to access data- attributes
if (recordToAdd != '') { // not sure why you need this (why would it ever be null?)
$.post("/ShoppingCart/AddToCart", { "id": recordToAdd, "qty": quantity }, function (data) {
$('#cart-status').text(data.CartCount);
});
}
});
});
when I run the project from visualstudio it works ok, but when the same code i run from iis on server site it doesn to nothing, the script executes but does nothing, what can be wrong?
|
|
|
|
|
Use a tool like "fiddler" to examine the network traffic when you make the call. It could be that the url you're calling is not valid for your published site as the site is running from a virtual directory, it could be a working URL but your code is throwing an error (again fiddler will let you know what that error is). As we don't have access to your system it is literally impossible for us to know, you need to learn to use tools like fiddler to at least determine what the problem is.
|
|
|
|
|
As you can see in this image below:
http://puu.sh/iMTAd/00a8626cb7.png
The blue buttons are not inside the black div behind, when I use float right and float left the buttons do display inside the header.
However, I think the problem is here that to create the buttons I made a padding around the text which does not get detected as taking up space so it so displays the buttons text in the header, like this image here: http://puu.sh/iMTYE/e04f615cd1.png
Any ideas?
Thanks. 
|
|
|
|
|
Rather than posting links to images of the output, post the actual HTML and CSS you're using.
Alternatively, create a JSFiddle[^] which reproduces the problem.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
|
|
I want to get client side DSC in My Web Application .
|
|
|
|
|
|
Hi,
I am looking for an individual that can train me in the basics of web development using .Net technologies. I do not need to be a developer but I need to be able to communicate with developers at their level. I manage multiple deployment teams and would like to improve my skills in this area. We can work out a payment plan.
Regards,
Harry
|
|
|
|
|
Hello Harry,
Just Contact me on 11mca110@srimca.edu.in
Thank You
Regards,
Anil Vaghasiya
|
|
|
|
|
Insert the Calender park Schedule ,Change all the calender in different colour to block the date for any event, park close and etc.by using mvc with entity frame work for database.
|
|
|
|
|
Is that a question or a statement?
|
|
|
|
|
i want to know about insert tbl
|
|
|
|
|
Member 11811156 wrote: i want to know about insert tbl Well, whatever that means, I suggest using Google to search for information.
|
|
|
|
|
I've run out of ideas with this project. My object is just to update
fields in a database table. The 3 records in the table are shown in the
subsequent report. All the fields have a value and the recur values are 'Y', payrec 'P' and periodic '1 or 6' but nothing is updated.
No errors indicated.
Any help?
<?php
echo "<center>";echo date('m/d/y');echo "</center>";
$id="''";
$periodic = '';
$duedate = '';
$con=mysqli_connect("localhost","user","passwd","mydb");
if(mysqli_errno($con))
{echo "Can't Connect to mySQL:".mysqli_connect_error();}
else
{echo "connected to database</br>";}
$fetch="SELECT
acctno, recur, pd, payrec, bname, duedate, datepaid, purpose, amtdue
FROM testbl
WHERE recur = 'Y' AND payrec = 'P'";
$result = mysqli_query($con,$fetch);
if(!$result)
{echo "Error:".(mysqli_error($con));}
else
{echo "database table selected</br>";}
while($data=mysqli_fetch_row($result))
{
if($periodic == 1)
{ $duedate = date('Y-m-d', strtotime('+4 week')) ."\n"; }
if($periodic == 6)
{ $duedate = date('Y-m-d', strtotime('+25 week')) ."\n"; }
$pd = 'P'; $dayslate = 0;
$sql = "UPDATE testbl SET
duedate = $duedate,
pd = $pd,
dayslate = $dayslate,
datepaid = NOW()
WHERE recur = 'Y' AND payrec = 'P'";
}
header( "refresh:3;url='http://localhost/invoice/autolist.php'");
?>
|
|
|
|
|
You created the UPDATE statement but you forgot to execute it against the database.
|
|
|
|