Solved
I need to open an interface/site in a new tab by passing the data from the current tab
I am in a site and I need to open an interface/site in a new Tab, and I need to pass more than 500 items in a List of Text format to the new Tab site
I am in a site and I need to open an interface/site in a new Tab, and I need to pass more than 500 items in a List of Text format to the new Tab site
In that case you should probably figure out a solution where you write those entries to a DB table on the original interface, and just pass a unique key from your first interface to your second (via url parameters), then when the second one loads, query the database for values matching that unique key.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.